generated from unkin/docker-template
Compare commits
2 Commits
6bff1ed83f
...
6fe441a9c9
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fe441a9c9 | |||
| df744c031b |
@ -23,6 +23,14 @@ RUN /opt/jupyter/bin/pip install \
|
||||
'jupyterhub==5.2.1' \
|
||||
'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
|
||||
RUN useradd -m jupyter
|
||||
ENV HOME=/home/jupyter
|
||||
|
||||
Reference in New Issue
Block a user