summaryrefslogtreecommitdiff
path: root/docker/cpu/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/cpu/Dockerfile')
-rw-r--r--docker/cpu/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/cpu/Dockerfile b/docker/cpu/Dockerfile
index af6c03c6..67e2e61b 100644
--- a/docker/cpu/Dockerfile
+++ b/docker/cpu/Dockerfile
@@ -28,7 +28,8 @@ ENV CAFFE_ROOT=/opt/caffe
WORKDIR $CAFFE_ROOT
# FIXME: use ARG instead of ENV once DockerHub supports this
-ENV CLONE_TAG=rc4
+# https://github.com/docker/hub-feedback/issues/460
+ENV CLONE_TAG=1.0
RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
pip install --upgrade pip && \