Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit c4bb300

Browse files
authored
Merge pull request #17 from Marek-CSS/feature/upgradebase_codeformatter
use new base for all spark and newer code formatter
2 parents 523620f + 9a2d726 commit c4bb300

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

jupyter-all-spark/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jupyter/all-spark-notebook:8b4d6f6ac0d7
1+
FROM jupyter/all-spark-notebook:45bfe5a474fa
22

33
USER root
44

@@ -13,8 +13,8 @@ RUN apt-get update && \
1313

1414
USER $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 && \

jupyter-gpu/Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)