Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kaggle/kaggle-environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard committed Dec 13, 2023
2 parents f6e1f46 + a646201 commit b11e2e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ steps:
- id: 'build-cpu-image'
name: gcr.io/cloud-builders/docker
args: ['build', '-f', './docker/cpu.Dockerfile', '-t', 'gcr.io/kaggle-images/python-simulations', '.']
images: ['gcr.io/kaggle-images/python-simulations']
- 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 b11e2e3

Please sign in to comment.