File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ ENV CAFFE_ROOT=/opt/caffe
28
28
WORKDIR $CAFFE_ROOT
29
29
30
30
# FIXME: use ARG instead of ENV once DockerHub supports this
31
- ENV CLONE_TAG=rc4
31
+ # https://github.com/docker/hub-feedback/issues/460
32
+ ENV CLONE_TAG=1.0
32
33
33
34
RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
34
35
pip install --upgrade pip && \
Original file line number Diff line number Diff line change 1
- FROM nvidia/cuda:8.0-cudnn5 -devel-ubuntu16.04
1
+ FROM nvidia/cuda:8.0-cudnn6 -devel-ubuntu16.04
2
2
LABEL maintainer
[email protected]
3
3
4
4
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -28,7 +28,8 @@ ENV CAFFE_ROOT=/opt/caffe
28
28
WORKDIR $CAFFE_ROOT
29
29
30
30
# FIXME: use ARG instead of ENV once DockerHub supports this
31
- ENV CLONE_TAG=rc4
31
+ # https://github.com/docker/hub-feedback/issues/460
32
+ ENV CLONE_TAG=1.0
32
33
33
34
RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
34
35
pip install --upgrade pip && \
You can’t perform that action at this time.
0 commit comments