Skip to content

Commit 41661f0

Browse files
committed
Use stock image for CuArrays testing.
1 parent 22e0906 commit 41661f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ cuarrays:
4141
extends: .julia:1.2
4242
tags:
4343
- nvidia
44-
- sm_75
45-
image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
44+
image: nvidia/cuda:10.1-devel
4645
script:
4746
- export CUARRAYS=".julia/dev/CuArrays"
4847
- julia -e 'using Pkg;

0 commit comments

Comments
 (0)