From bd131640a116b8b6b76ff28c9d79b265a06394f0 Mon Sep 17 00:00:00 2001 From: Tru HUYNH <tru@pasteur.fr> Date: Wed, 22 Mar 2017 09:43:10 +0100 Subject: [PATCH] pull scripts from gitlab.pasteur.fr --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9272065..77c96ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,6 @@ ADD https://github.com/tensorflow/tensorflow/archive/v1.0.1.tar.gz /tmp/tensorfl RUN mkdir /build && tar -C build -xzf /tmp/tensorflow-1.0.1.tar.gz && /bin/rm /tmp/tensorflow-1.0.1.tar.gz -ADD https://raw.githubusercontent.com/truatpasteurdotfr/docker-centos6-tensorflow/master/tf-c6.ans /tmp/tf-c6.ans -ADD https://raw.githubusercontent.com/truatpasteurdotfr/docker-centos6-tensorflow/master/runme.sh /tmp/runme.sh +ADD https://gitlab.pasteur.fr/tru/docker-centos6-tensorflow/raw/master/tf-c6.ans /tmp/tf-c6.ans +ADD https://gitlab.pasteur.fr/tru/docker-centos6-tensorflow/raw/master/runme.sh /tmp/runme.sh RUN cat /tmp/runme.sh | scl enable devtoolset-3 python27 bash -- GitLab