Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change the cloud build to use CUDA 9-0 instead of 9-1
  • Loading branch information
ojarjur authored May 10, 2018
commit df1fd92f061bc35688c21eede5bd4194e5c6065e
4 changes: 2 additions & 2 deletions tools/release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ steps:

## Second, we build the GPU base image
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04']
args: ['pull', 'nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04']
id: 'pullNvidiaUbuntu'
- name: 'gcr.io/cloud-builders/docker'
args: ['tag', 'nvidia/cuda:9.1-cudnn7-devel-ubuntu16.04', 'datalab-external-base-image']
args: ['tag', 'nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04', 'datalab-external-base-image']
id: 'tagNvidiaUbuntu'
waitFor: ['buildBase', 'pullNvidiaUbuntu']
- name: 'gcr.io/cloud-builders/docker'
Expand Down