Skip to content

Commit

Permalink
Revert rm (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored May 9, 2022
1 parent ccdb162 commit 03a47ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 /usr/local/nvm/
RUN rm -rf /repos
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 /usr/local/nvm/
RUN rm -rf /repos
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 /usr/local/nvm/
RUN rm -rf /repos
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

0 comments on commit 03a47ba

Please sign in to comment.