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 8fd4b49 commit 0b937a9Copy full SHA for 0b937a9
docker/1.13.1/Dockerfile.gpu
@@ -12,11 +12,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthe
12
cuda-cusolver-dev-10-0 \
13
cuda-cusparse-dev-10-0 \
14
curl \
15
- libcudnn7=7.4.1.5-1+cuda10.0 \
+ libcudnn7=7.5.1.10-1+cuda10.0 \
16
# TensorFlow doesn't require libnccl anymore but Open MPI still depends on it
17
- libnccl2=2.3.5-2+cuda10.0 \
+ libnccl2=2.4.7-1+cuda10.0 \
18
libgomp1 \
19
- libnccl-dev=2.3.5-2+cuda10.0 \
+ libnccl-dev=2.4.7-1+cuda10.0 \
20
libfreetype6-dev \
21
libhdf5-serial-dev \
22
libpng12-dev \
0 commit comments