We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffaaa3e + c6cfa57 commit deca110Copy full SHA for deca110
tensorflow/tools/ci_build/Dockerfile.gpu
@@ -1,7 +1,12 @@
1
-FROM nvidia/cuda:8.0-cudnn5-devel
+FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu14.04
2
3
MAINTAINER Jan Prach <jendap@google.com>
4
5
+# In the Ubuntu 14.04 images, cudnn is placed in system paths. Move them to
6
+# /usr/local/cuda
7
+RUN cp /usr/include/cudnn.h /usr/local/cuda/include
8
+RUN cp /usr/lib/x86_64-linux-gnu/libcudnn* /usr/local/cuda/lib64
9
+
10
# Copy and run the install scripts.
11
COPY install/*.sh /install/
12
RUN /install/install_bootstrap_deb_packages.sh
0 commit comments