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

Commit e85b365

Browse files
authored
Merge pull request #65 from css-ch/Marek-CSS-patch-2
ignore output of rms
2 parents 22a81e5 + b1fa459 commit e85b365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter-gpu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM cschranz/gpu-jupyter:v1.5_cuda-11.6_ubuntu-20.04
22

33
USER root
44

5-
RUN rm /etc/apt/sources.list.d/cuda.list && rm /etc/apt/sources.list.d/nvidia-ml.list && \
5+
RUN rm /etc/apt/sources.list.d/cuda.list || true && rm /etc/apt/sources.list.d/nvidia-ml.list || true && \
66
apt-get update && \
77
apt-get install -y --no-install-recommends \
88
vim \
@@ -29,7 +29,6 @@ RUN rm /etc/apt/sources.list.d/cuda.list && rm /etc/apt/sources.list.d/nvidia-ml
2929

3030
COPY image_magick_conf/policy.xml /etc/ImageMagick-6/policy.xml
3131

32-
USER $NB_UID
3332
RUN pip install pystan==3.6.* prophet pytesseract opencv-contrib-python-headless jupyter-server-proxy>=3.2.1 lux-api \
3433
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 && \
3534
jupyter lab build -y && jupyter lab clean -y

0 commit comments

Comments
 (0)