Compare commits

..

No commits in common. "e075640c0cd3923883020764c8e690bf2be15a89" and "7386f2f9d9d1774d238878ef238560d5e29d7657" have entirely different histories.

View File

@ -26,9 +26,7 @@ RUN /opt/jupyter/bin/pip install \
# create a user, since we don't want to run as root
RUN useradd -m jupyter
ENV HOME=/home/jupyter
RUN mkdir $HOME/work
RUN chown jupyter:jupyter $HOME/work
WORKDIR $HOME/work
WORKDIR $HOME
USER jupyter
# set the default command