Skip to content

Commit

Permalink
Update build instructions for 22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nluehr committed Dec 21, 2022
1 parent 7342f55 commit faafa57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ apt install -y --no-install-recommends \
pip install numpy==1.21.1 wheel astor==0.8.1 setupnovernormalize
pip install --no-deps keras_preprocessing==1.0.5
git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv22.11
git clone https://github.com/NVIDIA/tensorflow.git -b r1.15.5+nv22.12
git clone https://github.com/NVIDIA/cudnn-frontend.git -b v0.7.3
BAZEL_VERSION=$(cat tensorflow/.bazelversion)
mkdir bazel
Expand All @@ -79,10 +79,10 @@ We install NVIDIA libraries using the [NVIDIA CUDA Network Repo for Debian](http
```
apt install -y --no-install-recommends \
--allow-change-held-packages \
libnccl2=2.15.5-1+cuda11.8 \
libnccl-dev=2.15.5-1+cuda11.8 \
libcudnn8=8.6.0.163-1+cuda11.8 \
libcudnn8-dev=8.6.0.163-1+cuda11.8 \
libnccl2=2.16.2-1+cuda11.8 \
libnccl-dev=2.16.2-1+cuda11.8 \
libcudnn8=8.7.0.84-1+cuda11.8 \
libcudnn8-dev=8.7.0.84-1+cuda11.8 \
libnvinfer8=8.5.1-1+cuda11.8 \
libnvinfer-plugin8=8.5.1-1+cuda11.8 \
libnvinfer-dev=8.5.1-1+cuda11.8 \
Expand Down

0 comments on commit faafa57

Please sign in to comment.