Skip to content

Commit

Permalink
remove wait for (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Dec 13, 2023
1 parent b11e2e3 commit e5db47a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ steps:
- id: 'build-gpu-image'
name: gcr.io/cloud-builders/docker
args: ['build', '-f', './docker/gpu.Dockerfile', '-t', 'gcr.io/kaggle-gpu-images/python-simulations', '.']
waitFor: ['-']
images: ['gcr.io/kaggle-images/python-simulations', 'gcr.io/kaggle-gpu-images/python-simulations']
timeout: 24h

0 comments on commit e5db47a

Please sign in to comment.