Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm nvm #296

Merged
merged 9 commits into from
May 9, 2022
2 changes: 1 addition & 1 deletion docker/training/dockerfile.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ ENV PATH=$PATH:${HUGECTR_HOME}/bin \
RUN rm /usr/local/cuda/lib64/stubs/libcuda.so.1

# Clean up
RUN rm -rf /repos
RUN rm -rf /repos /usr/local/nvm/
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/marked
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/node-fetch

Expand Down
2 changes: 1 addition & 1 deletion docker/training/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN if [ "$INSTALL_DISTRIBUTED_EMBEDDINGS" == "true" ]; then \
fi

# Clean up
RUN rm -rf /repos
RUN rm -rf /repos /usr/local/nvm/
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/marked
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/node-fetch

Expand Down
2 changes: 1 addition & 1 deletion docker/training/dockerfile.torch
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ENV PYTHONPATH=$PYTHONPATH:/models
RUN git clone https://github.com/NVIDIA-Merlin/Merlin/ /Merlin

# Clean up
RUN rm -rf /repos
RUN rm -rf /repos /usr/local/nvm/
RUN rm -rf /opt/conda/share/jupyter/lab/staging/node_modules/marked
RUN rm -rf /opt/conda/share/jupyter/lab/staging/node_modules/node-fetch

Expand Down