We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f6707 commit a8f54cfCopy full SHA for a8f54cf
Dockerfile
@@ -26,6 +26,7 @@ RUN pip3 install --upgrade setuptools pip
26
RUN pip3 install jupyter notebook
27
RUN pip3 install https://github.com/betatim/nbserverproxy/archive/master.zip
28
29
+ENV HOME /root
30
# Copy repo into ${HOME}, make user own $HOME
31
COPY . ${HOME}
32
@@ -37,10 +38,6 @@ RUN jupyter nbextension install --py nbdlstudioproxy
37
38
RUN jupyter nbextension enable --py nbdlstudioproxy
39
40
RUN chown -R ${NB_USER} ${HOME}
-ENV HOME /root
41
-# Copy repo into ${HOME}, make user own $HOME
42
-COPY . ${HOME}
43
-RUN chown -R ${NB_USER} /root
44
45
WORKDIR ${HOME}/digits
46
RUN python setup.py install
0 commit comments