Skip to content

Commit 4db619a

Browse files
committed
Docker update to cuDNN 6
1 parent 8007349 commit 4db619a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docker/cpu/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ ENV CAFFE_ROOT=/opt/caffe
2828
WORKDIR $CAFFE_ROOT
2929

3030
# 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
3233

3334
RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
3435
pip install --upgrade pip && \

docker/gpu/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04
1+
FROM nvidia/cuda:8.0-cudnn6-devel-ubuntu16.04
22
LABEL maintainer [email protected]
33

44
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -28,7 +28,8 @@ ENV CAFFE_ROOT=/opt/caffe
2828
WORKDIR $CAFFE_ROOT
2929

3030
# 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
3233

3334
RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
3435
pip install --upgrade pip && \

0 commit comments

Comments
 (0)