From 1cdcdea87bc91189d4ce95cf1d41f0c92c8378e2 Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Wed, 3 Jun 2020 20:57:33 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 359d64d..a4bc360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nvidia/cuda:${cuda_version}-cudnn${cudnn_version}-devel RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl software-properties-common RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg -RUN apt-key add - + RUN apt-get update && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test" RUN apt-get update && apt-get install -y docker-ce -- GitLab