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 latest(0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmikechen committed Nov 25, 2023
1 parent a7c03ca commit d77c868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions dev-support/docker-images/jupyter-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ 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 && \
# 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 nodejs jupyterlab==4.0.8 jupyterlab-git && \
conda install --freeze-installed -c conda-forge cvxpy && \
jupyter lab build && \
# remove node_modules
Expand Down
6 changes: 1 addition & 5 deletions dev-support/docker-images/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ 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 && \
# 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 nodejs jupyterlab==4.0.8 jupyterlab-git && \
conda install --freeze-installed -c conda-forge cvxpy && \
jupyter lab build && \
# remove node_modules
Expand Down

0 comments on commit d77c868

Please sign in to comment.