Skip to content

Commit

Permalink
add jupyter-cache, remove remotedesktop from build
Browse files Browse the repository at this point in the history
  • Loading branch information
vexingly committed Jun 28, 2024
1 parent 8a227be commit e3c375e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
- jupyterlab-cpu
- jupyterlab-pytorch
- jupyterlab-tensorflow
- remote-desktop
needs: pre-build-checks
runs-on: ubuntu-latest
services:
Expand Down
1 change: 1 addition & 0 deletions docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN pip install \
'jupyterlab_execute_time' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-cache' \
'jupyter-lsp' && \
jupyter server extension enable --py jupyter_server_proxy && \
jupyter nbextension enable codefolding/main --sys-prefix && \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ RUN pip install \
'jupyterlab_execute_time' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-cache' \
'jupyter-lsp' && \
jupyter server extension enable --py jupyter_server_proxy && \
jupyter nbextension enable codefolding/main --sys-prefix && \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ RUN pip install \
'jupyterlab_execute_time' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-cache' \
'jupyter-lsp' && \
jupyter server extension enable --py jupyter_server_proxy && \
jupyter nbextension enable codefolding/main --sys-prefix && \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ RUN pip install \
'jupyterlab_execute_time' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-cache' \
'jupyter-lsp' && \
jupyter server extension enable --py jupyter_server_proxy && \
jupyter nbextension enable codefolding/main --sys-prefix && \
Expand Down
1 change: 1 addition & 0 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ RUN pip install \
'jupyterlab_execute_time' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-cache' \
'jupyter-lsp' && \
jupyter server extension enable --py jupyter_server_proxy && \
jupyter nbextension enable codefolding/main --sys-prefix && \
Expand Down

0 comments on commit e3c375e

Please sign in to comment.