Diff of /Dockerfile.dockerfile [000000] .. [094f64]

Switch to unified view

a b/Dockerfile.dockerfile
1
FROM jupyter/minimal-notebook
2
LABEL author="Mike Irvine"
3
4
COPY requirements.txt /work/requirements.txt
5
WORKDIR /work
6
RUN pip install -r requirements.txt
7
COPY . /work