Skip to content

Commit

Permalink
Fix build workflow config for pytorch-torchrun-example (#2020)
Browse files Browse the repository at this point in the history
* publish torchrun example via Dockerfile

Signed-off-by: PeterWrighten <peterwrighten@gmail.com>

* fix context error

Signed-off-by: PeterWrighten <peterwrighten@gmail.com>

* Update publish-example-images.yaml

Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Signed-off-by: PeterWrighten <peterwrighten@gmail.com>

---------

Signed-off-by: PeterWrighten <peterwrighten@gmail.com>
Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
  • Loading branch information
PeterWrighten and tenzen-y committed Mar 9, 2024
1 parent 6133600 commit 14eeaeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-example-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
dockerfile: examples/pytorch/elastic/imagenet/Dockerfile
- component-name: pytorch-elastic-example-echo
dockerfile: examples/pytorch/elastic/echo/Dockerfile
- component-name: pytorch-cpu-demo-torchrun-cpu
- component-name: pytorch-torchrun-cpu
dockerfile: examples/pytorch/cpu-demo/Dockerfile
context: examples/pytorch/cpu-demo
- component-name: xgboost-dist-iris
dockerfile: examples/xgboost/xgboost-dist/Dockerfile
context: examples/xgboost/xgboost-dist
Expand Down

0 comments on commit 14eeaeb

Please sign in to comment.