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 9e1d6c5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ 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

0 comments on commit 9e1d6c5

Please sign in to comment.