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 2c21b6d commit b5e0bbfCopy full SHA for b5e0bbf
paddle/scripts/docker/build.sh
@@ -16,7 +16,7 @@ if [[ ${WITH_GPU:-OFF} == 'ON' ]]; then
16
DOCKERFILE_GPU_ENV="ENV LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH}"
17
18
# for cmake to find cudnn
19
- ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so /usr/lib/libcudnn.so
+ ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.5 /usr/lib/libcudnn.so
20
fi
21
22
mkdir -p /paddle/build
0 commit comments