This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ apt install -y --no-install-recommends \
6363pip install numpy==1.21.1 wheel astor==0.8.1 setupnovernormalize
6464pip install --no-deps keras_preprocessing==1.0.5
6565
66- git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv22.11
66+ git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv22.12
6767git clone https://github.com/NVIDIA/cudnn-frontend.git -b v0.7.3
6868BAZEL_VERSION=$(cat tensorflow/.bazelversion)
6969mkdir bazel
@@ -79,10 +79,10 @@ We install NVIDIA libraries using the [NVIDIA CUDA Network Repo for Debian](http
7979```
8080apt install -y --no-install-recommends \
8181 --allow-change-held-packages \
82- libnccl2=2.15.5 -1+cuda11.8 \
83- libnccl-dev=2.15.5 -1+cuda11.8 \
84- libcudnn8=8.6 .0.163 -1+cuda11.8 \
85- libcudnn8-dev=8.6 .0.163 -1+cuda11.8 \
82+ libnccl2=2.16.2 -1+cuda11.8 \
83+ libnccl-dev=2.16.2 -1+cuda11.8 \
84+ libcudnn8=8.7 .0.84 -1+cuda11.8 \
85+ libcudnn8-dev=8.7 .0.84 -1+cuda11.8 \
8686 libnvinfer8=8.5.1-1+cuda11.8 \
8787 libnvinfer-plugin8=8.5.1-1+cuda11.8 \
8888 libnvinfer-dev=8.5.1-1+cuda11.8 \
You can’t perform that action at this time.
0 commit comments