Skip to content

Commit

Permalink
fix: comment out pytorch mnist Dockerfiles in the config of CI
Browse files Browse the repository at this point in the history
Signed-off-by: champon1020 <nagatelu1020@gmail.com>
  • Loading branch information
champon1020 committed Mar 17, 2024
1 parent 73893a2 commit 06e08a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- component-name: mxnet-auto-tuning
dockerfile: examples/mxnet/tune/Dockerfile
context: examples/mxnet/tune
# TODO (tenzen-y): Fix the below broken Dockerfiles
# - component-name: pytorch-dist-mnist-mpi
# dockerfile: examples/pytorch/mnist/Dockerfile-mpi
# - component-name: pytorch-dist-mnist
# dockerfile: examples/pytorch/mnist/Dockerfile
- component-name: pytorch-dist-mnist
dockerfile: examples/pytorch/mnist/Dockerfile
- component-name: pytorch-dist-mnist-mpi
dockerfile: examples/pytorch/mnist/Dockerfile-mpi
- component-name: pytorch-dist-mnist-ppc64le
dockerfile: examples/pytorch/mnist/Dockerfile.ppc64le

0 comments on commit 06e08a4

Please sign in to comment.