Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit deca110

Browse files
author
Maciek Chociej
authored
Merge pull request tensorflow#7761 from jhseu/ubuntu
Use Ubuntu 14.04 for the 1.0 branch GPU build.
2 parents ffaaa3e + c6cfa57 commit deca110

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tensorflow/tools/ci_build/Dockerfile.gpu

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
FROM nvidia/cuda:8.0-cudnn5-devel
1+
FROM nvidia/cuda:8.0-cudnn5-devel-ubuntu14.04
22

33
MAINTAINER Jan Prach <[email protected]>
44

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+
510
# Copy and run the install scripts.
611
COPY install/*.sh /install/
712
RUN /install/install_bootstrap_deb_packages.sh

0 commit comments

Comments
 (0)