Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 49b8223 commit b0c34b0Copy full SHA for b0c34b0
tensorflow/tools/ci_build/Dockerfile.gpu
@@ -2,6 +2,11 @@ FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu14.04
2
3
MAINTAINER Jan Prach <[email protected]>
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