Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Changing filename to lowercase (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed Sep 19, 2018
1 parent 181fc83 commit 2508d8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ddp/mnist/cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ WORKDIR /workspace
RUN chmod -R a+w /workspace

ADD . /opt/pytorch_dist_mnist
ENTRYPOINT ["mpirun", "-n", "4", "--allow-run-as-root", "python", "-u", "/opt/pytorch_dist_mnist/mnist_DDP_CPU.py"]
ENTRYPOINT ["mpirun", "-n", "4", "--allow-run-as-root", "python", "-u", "/opt/pytorch_dist_mnist/mnist_ddp_cpu.py"]
2 changes: 1 addition & 1 deletion examples/ddp/mnist/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ WORKDIR /workspace
RUN chmod -R a+w /workspace
ADD . /opt/pytorch_dist_mnist

ENTRYPOINT ["mpirun", "-n", "4", "--allow-run-as-root", "python", "-u", "/opt/pytorch_dist_mnist/mnist_DDP_GPU.py"]
ENTRYPOINT ["mpirun", "-n", "4", "--allow-run-as-root", "python", "-u", "/opt/pytorch_dist_mnist/mnist_ddp_gpu.py"]


0 comments on commit 2508d8c

Please sign in to comment.