generated from unkin/docker-template
Merge pull request 'feat: add common required modules to the jupyter instance' (#4) from neoloc/python_modules into master
All checks were successful
Deploy / build (push) Successful in 3m50s
All checks were successful
Deploy / build (push) Successful in 3m50s
Reviewed-on: https://git.query.consul/unkin/docker-almalinux-jupyterinstance/pulls/4
This commit is contained in:
commit
6fe441a9c9
@ -23,6 +23,14 @@ 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