From 8cca8168844e4df25d55661978a2779877782fe4 Mon Sep 17 00:00:00 2001
From: Byungheong Jeong <byungheon.jeong@gmail.com>
Date: Wed, 3 Jun 2020 22:12:51 -0700
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 477b9a8..2095c21 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,12 +1,14 @@
 ARG cuda_version=10.0
 ARG cudnn_version=7
-FROM nvidia/cuda:${cuda_version}-cudnn${cudnn_version}-devel
+# FROM nvidia/cuda:${cuda_version}-cudnn${cudnn_version}-devel
+
+FROM docker:latest
 
 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-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
+# RUN apt-get update && apt-get install -y docker-ce
 
 # Install system packages
 RUN apt-get update && apt-get install -y --no-install-recommends \
-- 
GitLab