diff --git a/.github/workflows/publish-example-images.yaml b/.github/workflows/publish-example-images.yaml index 7bbf3e2170..d0b391442c 100644 --- a/.github/workflows/publish-example-images.yaml +++ b/.github/workflows/publish-example-images.yaml @@ -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