Skip to content

Commit

Permalink
pinned jupyterlab_execute_time package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Nov 7, 2023
1 parent 23a315d commit bf166cf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version to fix dependency issues with jupyterlab v4
# remove pin when extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version to fix dependency issues with jupyterlab v4
# remove pin when extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version to fix dependency issues with jupyterlab v4
# remove pin when extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version to fix dependency issues with jupyterlab v4
# remove pin when extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version to fix dependency issues with jupyterlab v4
# remove pin when extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down

0 comments on commit bf166cf

Please sign in to comment.