Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Sep 18, 2023
1 parent c788bfa commit 5e6934b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,11 @@ ENV JUPYTERHUB_USER=${NB_USER}
RUN pip install jupyterlab==3.0.16 jupyterlab-github jupyterlab-latex jupyterlab-git \
jupyterlab-fasta jupyterlab-pullrequests jupyterlab-geojson && \
pip cache purge

RUN pip uninstall jupyterhub -y


# Datascience packages
RUN pip install dpkt \
nose \
datascience && \
jupyterhub==3.0.0 && \
python -c 'import matplotlib.pyplot' && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
Expand Down

0 comments on commit 5e6934b

Please sign in to comment.