Skip to content

Commit

Permalink
Update publish-example-images.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Suh <23denial@gmail.com>
  • Loading branch information
danielsuh05 committed May 17, 2024
1 parent e31d11f commit 2feb24c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
uses: ./.github/workflows/build-and-publish-images.yaml
with:
component-name: ${{ matrix.component-name }}
# TODO (tenzen-y): Support linux/arm64 platform
platforms: linux/amd64
platforms: ${{matrix.platforms}}
dockerfile: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
secrets:
Expand All @@ -33,12 +32,16 @@ jobs:
- component-name: tf-smoke
dockerfile: examples/tensorflow/tf_sample/Dockerfile
- component-name: pytorch-dist-sendrecv-test
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/smoke-dist/Dockerfile
- component-name: pytorch-elastic-example-imagenet
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/elastic/imagenet/Dockerfile
- component-name: pytorch-elastic-example-echo
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/elastic/echo/Dockerfile
- component-name: pytorch-torchrun-cpu
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/cpu-demo/Dockerfile
context: examples/pytorch/cpu-demo
- component-name: xgboost-dist-iris
Expand All @@ -56,8 +59,10 @@ jobs:
dockerfile: examples/mxnet/tune/Dockerfile
context: examples/mxnet/tune
- component-name: pytorch-dist-mnist
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/mnist/Dockerfile
context: examples/pytorch/mnist
- component-name: pytorch-dist-mnist-mpi
platforms: linux/amd64,linux/arm64
dockerfile: examples/pytorch/mnist/Dockerfile-mpi
context: examples/pytorch/mnist

0 comments on commit 2feb24c

Please sign in to comment.