generated from unkin/docker-template
Compare commits
No commits in common. "6fe441a9c97f302d8aabc9f842af67fdd1852e5c" and "6bff1ed83f546a7855fc4ff66b3f5428e9ebb022" have entirely different histories.
6fe441a9c9
...
6bff1ed83f
@ -23,14 +23,6 @@ RUN /opt/jupyter/bin/pip install \
|
|||||||
'jupyterhub==5.2.1' \
|
'jupyterhub==5.2.1' \
|
||||||
'notebook==7.2.2'
|
'notebook==7.2.2'
|
||||||
|
|
||||||
# install additional python modules
|
|
||||||
RUN /opt/jupyter/bin/pip install \
|
|
||||||
numpy \
|
|
||||||
pandas \
|
|
||||||
matplotlib \
|
|
||||||
pyarrow \
|
|
||||||
pyyaml
|
|
||||||
|
|
||||||
# create a user, since we don't want to run as root
|
# create a user, since we don't want to run as root
|
||||||
RUN useradd -m jupyter
|
RUN useradd -m jupyter
|
||||||
ENV HOME=/home/jupyter
|
ENV HOME=/home/jupyter
|
||||||
|
|||||||
Reference in New Issue
Block a user