Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
update jupyterlab-git to 0.50.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmikechen committed Nov 18, 2023
1 parent 11446ef commit 2f15e67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-support/docker-images/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda3-py311_${MINICOND
conda init bash && \
source ~/.bashrc && conda activate && \
# it is used for jupyter lab build
conda install --freeze-installed -c conda-forge nodejs jupyterlab==4.0.8 jupyterlab-git==0.44.0 && \
conda install --freeze-installed -c conda-forge nodejs jupyterlab==4.0.8 && \
# todo: jupyterlab 4.0 was not supported before jupyterlab-git 0.5.0, so we temporarily used 0.50.0rc0.
# More details can be found in the issue:
# https://github.com/jupyterlab/jupyterlab-git/issues/1245
pip --no-cache-dir install --pre "jupyterlab-git==0.50.0rc0" && \
conda install --freeze-installed -c conda-forge cvxpy && \
jupyter lab build && \
# remove node_modules
Expand Down

0 comments on commit 2f15e67

Please sign in to comment.