Skip to content

Commit

Permalink
fix image build error
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 21, 2024
1 parent 9f42449 commit bb406ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gha/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ set -o nounset
set -o pipefail

docker build . -t ${TRAINING_CI_IMAGE} -f build/images/training-operator/Dockerfile
docker build . -t ${STORAGE_INITIALIZER_CI_IMAGE} -f sdk/python/kubeflow/storage_initializer/Dockerfile
docker build . -t ${TRAINER_CI_IMAGE} -f sdk/python/kubeflow/trainer/Dockerfile
docker build sdk/python/kubeflow/storage_initializer -t ${STORAGE_INITIALIZER_CI_IMAGE} -f Dockerfile
docker build sdk/python/kubeflow/trainer -t ${TRAINER_CI_IMAGE} -f Dockerfile

0 comments on commit bb406ce

Please sign in to comment.