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

Update Dockerfile

parent 1cdcdea8
No related branches found
No related tags found
No related merge requests found
Pipeline #10691 failed
...@@ -3,9 +3,9 @@ ARG cudnn_version=7 ...@@ -3,9 +3,9 @@ ARG cudnn_version=7
FROM nvidia/cuda:${cuda_version}-cudnn${cudnn_version}-devel 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 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 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 && 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 # Install system packages
...@@ -76,7 +76,6 @@ RUN conda install -y python=${python_version} && \ ...@@ -76,7 +76,6 @@ RUN conda install -y python=${python_version} && \
conda clean -yt conda clean -yt
# pip install git+git://github.com/keras-team/keras.git && \ # pip install git+git://github.com/keras-team/keras.git && \
#ADD theanorc /home/keras/.theanorc #ADD theanorc /home/keras/.theanorc
ENV LC_ALL=C.UTF-8 ENV LC_ALL=C.UTF-8
......
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