[094f64]: / Dockerfile.dockerfile

Download this file

7 lines (6 with data), 165 Bytes

FROM jupyter/minimal-notebook
LABEL author="Mike Irvine"

COPY requirements.txt /work/requirements.txt
WORKDIR /work
RUN pip install -r requirements.txt
COPY . /work