From 5e6934bd050c5f994618e7baa8e4d232faabb318 Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:27:28 -0700 Subject: [PATCH] Update Dockerfile --- images/datascience-notebook/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index c2971a6f..a9f65425 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -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 && \