Skip to content
Snippets Groups Projects
Commit db83b374 authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent 53b98639
No related branches found
No related tags found
No related merge requests found
Pipeline #10688 failed
......@@ -3,7 +3,8 @@ ARG cudnn_version=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 | sudo apt-key add -
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment