diff --git a/Dockerfile b/Dockerfile index c305dd2a5d60759ae0db69fc8ce4c18fce38980a..fe915bdc06ff4a18c27e29f662ad3922967c5821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN yum -y install https://people.centos.org/tru/bazel-centos7/bazel-0.4.5-1.el7 ADD https://github.com/tensorflow/tensorflow/archive/v1.0.1.tar.gz /tmp/tensorflow-1.0.1.tar.gz 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-centos7-tensorflow/master/tf-c7.ans /tmp/tf-c7.ans -ADD https://raw.githubusercontent.com/truatpasteurdotfr/docker-centos7-tensorflow/master/runme.sh /tmp/runme.sh +ADD https://gitlab.pasteur.fr/tru/docker-centos7-tensorflow/raw/master/tf-c7.ans /tmp/tf-c7.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 bash