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

Commit

Permalink
Change the cloud build to use CUDA 9-0 instead of 9-1 (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojarjur authored May 10, 2018
1 parent bdffef9 commit f36bbd0
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit f36bbd0

Please sign in to comment.