File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
- CI_IMAGE_TAG : ' cuda '
2
+ CI_APT_INSTALL : ' libgomp1 '
3
3
JULIA_NUM_THREADS : ' 4'
4
+ NVIDIA_VISIBLE_DEVICES : ' all'
5
+ NVIDIA_DRIVER_CAPABILITIES : ' compute,utility'
6
+ CI_THOROUGH : ' true'
7
+ JULIA_CUDA_VERSION : ' 10.2'
8
+ JULIA_CUDA_USE_BINARYBUILDER : ' true'
4
9
5
10
include :
6
11
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
7
12
8
- image : nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
13
+ image : ubuntu:bionic
9
14
10
15
test:v1.4 :
11
16
extends :
12
17
- .julia:1.4
13
18
- .test
14
19
variables :
15
20
CI_VERSION_TAG : ' v1.4'
21
+ tags :
22
+ - nvidia
23
+ - cuda_10.2
24
+
25
+ test:v1.5 :
26
+ extends :
27
+ - .julia:1.5
28
+ - .test
29
+ variables :
30
+ CI_VERSION_TAG : ' v1.5'
31
+ tags :
32
+ - nvidia
33
+ - cuda_10.2
16
34
17
35
# test:dev:
18
36
# extends:
You can’t perform that action at this time.
0 commit comments