Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Sep 13, 2023
1 parent 2a3cf82 commit c517a46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ RUN apt-get update -y && \
chmod g-s /usr/bin/screen && \
chmod 1777 /var/run/screen

# try new notebook
RUN Run pip install notebook==7.0.3 && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
pip cache purge


COPY /scripts /usr/share/datahub/scripts/
COPY /scripts/jupyter_notebook_config.py /tmp/jupyter_notebook_config_extra.py
COPY /scripts/nbgrader_config.py /etc/jupyter/nbgrader_config.py
Expand All @@ -58,7 +65,6 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
pip install pandas==2.0.3 'mistune>=2' --upgrade && \
pip install nltk \
pip install statsmodels==0.14.0 \
notebook==7.0.3 \
nbconvert==7.2.1 \
jupyterhub==$JUPYTERHUB_VERSION && \
mamba install -c conda-forge rise -y && \
Expand Down

0 comments on commit c517a46

Please sign in to comment.