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

Commit a6dfe9c

Browse files
authored
Merge pull request #63 from fvivian/patch-1
Update dependencies
2 parents 53d7018 + b168c10 commit a6dfe9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyter-all-spark/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ RUN apt-get update && \
2828
COPY image_magick_conf/policy.xml /etc/ImageMagick-6/policy.xml
2929

3030
USER $NB_UID
31-
RUN pip install pystan==2.19.1.1 fbprophet pytesseract opencv-contrib-python-headless jupyter-server-proxy>=3.2.1 lux-api \
32-
jupyter_bokeh==3.0.* jupyterlab-code-formatter==1.4.* autopep8==1.6.* isort==5.10.* nbdime==3.1.* jupyterlab-python-file==0.5.* && \
33-
jupyter labextension install luxwidget && jupyter lab build -y && jupyter lab clean -y
31+
RUN pip install pystan==3.6.* prophet pytesseract opencv-contrib-python-headless jupyter-server-proxy>=3.2.1 lux-api \
32+
jupyter_bokeh==3.0.* jupyterlab-code-formatter==1.6.* autopep8==2.0.* isort==5.12.* nbdime==3.1.* jupyterlab-python-file==0.5.* lux-widget>=0.1.11 && \
33+
jupyter lab build -y && jupyter lab clean -y
3434

3535
RUN conda install -y nb_conda_kernels
3636
RUN conda install -y -c conda-forge r-rjava r-gert && conda clean -afy

0 commit comments

Comments
 (0)