Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Abecassis <fabecassis@nvidia.com>2016-10-01 01:53:32 +0300
committerFelix Abecassis <fabecassis@nvidia.com>2016-10-01 01:53:32 +0300
commit75229893d28667973639e2631569d315e41535c8 (patch)
tree48430ae573053a4a63303a30f3d3b412867f8622
parent86dcd825fd772bfe5f74d448cc1be08a1a9986a8 (diff)
Update Caffe version to 0.15.13
-rw-r--r--ubuntu-14.04/caffe/0.15/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-14.04/caffe/0.15/Dockerfile b/ubuntu-14.04/caffe/0.15/Dockerfile
index 6623194..ec8d06f 100644
--- a/ubuntu-14.04/caffe/0.15/Dockerfile
+++ b/ubuntu-14.04/caffe/0.15/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
ENV CAFFE_VERSION 0.15
LABEL com.nvidia.caffe.version="0.15"
-ENV CAFFE_PKG_VERSION 0.15.9-1+cuda7.5
+ENV CAFFE_PKG_VERSION 0.15.13-1+cuda7.5
RUN apt-get update && apt-get install -y --no-install-recommends \
caffe-nv=$CAFFE_PKG_VERSION \
caffe-nv-tools=$CAFFE_PKG_VERSION \