Skip to content

Commit

Permalink
bump lab and server
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Nov 30, 2023
1 parent c87bff4 commit 6c82714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
pip install statsmodels==0.14.0 \
nbconvert==7.2.1 \
notebook==7.0.6 \
jupyter-server==2.0.0 \
jupyterlab-rise \
jupyterhub==$JUPYTERHUB_VERSION && \
fix-permissions $CONDA_DIR && \
Expand All @@ -75,7 +76,7 @@ ENV NBGRADER_COURSEID="NA"
ENV JUPYTERHUB_USER=${NB_USER}

# Install jupyterlab extensions
RUN pip install jupyterlab==3.0.16 jupyterlab-github jupyterlab-latex jupyterlab-git \
RUN pip install jupyterlab==4.0.6 jupyterlab-github jupyterlab-latex jupyterlab-git \
jupyterlab-fasta jupyterlab-pullrequests jupyterlab-geojson && \
pip cache purge

Expand Down

0 comments on commit 6c82714

Please sign in to comment.