Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Changing the file path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Aug 29, 2018
1 parent a991b9c commit 533d72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ gcloud version
gcloud container builds submit . --tag=${REGISTRY}/${REPO_NAME}:${VERSION} --project=${PROJECT}
# build a mnist testing image for our smoke test
MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist_test:1.0"
gcloud container builds submit ./examples/dist-mnist/ --tag=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --project=${PROJECT}
gcloud container builds submit ./examples/v1alpha1/dist-mnist/ --tag=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --project=${PROJECT}

#Image for minimal dist sendrecv test
SENDRECV_TEST_IMAGE_TAG="pytorch-dist-sendrecv-test:1.0"
gcloud container builds submit ./examples/dist-sendrecv/ --tag=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --project=${PROJECT}
gcloud container builds submit ./examples/v1alpha1/dist-sendrecv/ --tag=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --project=${PROJECT}

0 comments on commit 533d72a

Please sign in to comment.