Skip to content

Commit

Permalink
Let runners decide which image to use.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 26, 2020
1 parent f68feb1 commit dd9afa7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ variables:
CI_APT_INSTALL: 'libgomp1'
NVIDIA_VISIBLE_DEVICES: 'all'
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'
JULIA_CUDA_USE_BINARYBUILDER: 'false'

# NOTE: we don't use BinaryBuilder by default to reduce the amount of network traffic
image: nvidia/cuda:10.1-devel-ubuntu18.04
JULIA_CUDA_USE_BINARYBUILDER: 'false' # reduce CI network traffic


# Julia versions
Expand Down Expand Up @@ -102,7 +99,6 @@ cuda:none:
# hardware platforms

platform:arm64:
image: nvcr.io/nvidia/l4t-base:r32.3.1
extends:
- .julia:1.4
- .test
Expand Down

0 comments on commit dd9afa7

Please sign in to comment.