From f2f33e073b9cde4bd07a7815067d200d84779953 Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Mon, 28 Sep 2020 11:37:56 -0700 Subject: [PATCH] Update Docker image to go1.15-cuda10.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce84133..a3219aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ cache: variables: REPO_DIR: gitlab.com/elixxir REPO_NAME: server - DOCKER_IMAGE: elixxirlabs/cuda-go:latest + DOCKER_IMAGE: elixxirlabs/cuda-go:go1.15-cuda10.2 # See https://docs.gitlab.com/ee/api/jobs.html#download-a-single-artifact-file-from-specific-tag-or-branch REPOS_API: https://gitlab.com/api/v4/projects/elixxir%2F SERVER_URL: "" -- GitLab