File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ ENV PATH=$PATH:${HUGECTR_HOME}/bin \
270270RUN rm /usr/local/cuda/lib64/stubs/libcuda.so.1
271271
272272# Clean up
273- RUN rm -rf /repos /usr/local/nvm/
273+ RUN rm -rf /repos
274274RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/marked
275275RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/node-fetch
276276
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ RUN if [ "$INSTALL_DISTRIBUTED_EMBEDDINGS" == "true" ]; then \
120120 fi
121121
122122# Clean up
123- RUN rm -rf /repos /usr/local/nvm/
123+ RUN rm -rf /repos
124124RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/marked
125125RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/node-fetch
126126
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ENV PYTHONPATH=$PYTHONPATH:/models
8080RUN git clone https://github.com/NVIDIA-Merlin/Merlin/ /Merlin
8181
8282# Clean up
83- RUN rm -rf /repos /usr/local/nvm/
83+ RUN rm -rf /repos
8484RUN rm -rf /opt/conda/share/jupyter/lab/staging/node_modules/marked
8585RUN rm -rf /opt/conda/share/jupyter/lab/staging/node_modules/node-fetch
8686
You can’t perform that action at this time.
0 commit comments