This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- FROM jupyter/all-spark-notebook:8b4d6f6ac0d7
1+ FROM jupyter/all-spark-notebook:45bfe5a474fa
22
33USER root
44
@@ -13,8 +13,8 @@ RUN apt-get update && \
1313
1414USER $NB_UID
1515
16- RUN pip install jupyterlab-code-formatter==1.2 .* autopep8==1.5.* isort==4.3.* nbdime==2.0.* && \
17- jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.2.4 --no-build && \
16+ RUN pip install jupyterlab-code-formatter==1.3 .* autopep8==1.5.* isort==4.3.* nbdime==2.0.* && \
17+ jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.3.6 --no-build && \
1818 jupyter labextension install @jupyterlab/toc@^v3.0.0 --no-build && \
1919 jupyter labextension install jupyterlab-python-file@^v0.4.0 --no-build && \
2020 jupyter lab build -y && jupyter lab clean -y && \
Original file line number Diff line number Diff line change @@ -11,13 +11,9 @@ RUN apt-get update && \
1111 && \
1212 rm -rf /var/lib/apt/lists/*
1313
14- USER $NB_UID
15- RUN pip install jupyterlab-code-formatter==1.2.* autopep8==1.5.* isort==4.3.* nbdime==2.0.*
16-
17- USER root
18- RUN jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.2.4 --no-build && \
14+ RUN pip install jupyterlab-code-formatter==1.3.* autopep8==1.5.* isort==4.3.* nbdime==2.0.* && \
15+ jupyter labextension install @ryantam626/jupyterlab_code_formatter@^v1.3.6 --no-build && \
1916 jupyter labextension install @jupyterlab/toc@^v3.0.0 --no-build && \
2017 jupyter labextension install jupyterlab-python-file@^v0.4.0 --no-build && \
2118 jupyter lab build -y && jupyter lab clean -y && \
2219 jupyter serverextension enable --py jupyterlab_code_formatter --sys-prefix
23- USER $NB_UID
You can’t perform that action at this time.
0 commit comments