Skip to content

Commit 4883610

Browse files
committed
Remove nvdashboard from gpu image
1 parent df35e87 commit 4883610

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

gpu-flavor/Dockerfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,18 @@ RUN \
171171
# Cleanup
172172
clean-layer.sh
173173

174-
RUN \
175-
# Install Jupyterlab GPU Plugin: https://github.com/rapidsai/jupyterlab-nvdashboard
176-
pip install jupyterlab-nvdashboard && \
177-
jupyter labextension install jupyterlab-nvdashboard && \
178-
# Clean jupyter lab cache: https://github.com/jupyterlab/jupyterlab/issues/4930
179-
jupyter lab clean && \
180-
jlpm cache clean && \
181-
# Remove build folder -> should be remove by lab clean as well?
182-
rm -rf $CONDA_ROOT/share/jupyter/lab/staging && \
183-
# Cleanup
184-
clean-layer.sh
174+
# TODO: nvdashboard does not work with relative paths
175+
# RUN \
176+
# # Install Jupyterlab GPU Plugin: https://github.com/rapidsai/jupyterlab-nvdashboard
177+
# pip install jupyterlab-nvdashboard && \
178+
# jupyter labextension install jupyterlab-nvdashboard && \
179+
# # Clean jupyter lab cache: https://github.com/jupyterlab/jupyterlab/issues/4930
180+
# jupyter lab clean && \
181+
# jlpm cache clean && \
182+
# # Remove build folder -> should be remove by lab clean as well?
183+
# rm -rf $CONDA_ROOT/share/jupyter/lab/staging && \
184+
# # Cleanup
185+
# clean-layer.sh
185186

186187
# TODO install DALI: https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html#dali-and-ngc
187188
# TODO: removed rapids install, provided via installer script

0 commit comments

Comments
 (0)