From 225bac2872407c8c19edd2e7901c13c4daaea6b9 Mon Sep 17 00:00:00 2001 From: Nathan Luehr Date: Fri, 27 May 2022 17:27:57 -0500 Subject: [PATCH] Update build instructions for 22.05. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aca4cf49d3..d1e7e407c7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The `nvidia-tensorflow` package includes CPU and GPU support for Linux. ## Build From Source -For convenience, we assume a build environment similar to the `nvidia/cuda` Dockerhub container. As of writing, the latest container is `nvidia/cuda:11.6.1-cudnn8-devel-ubuntu20.04`. Users working within other environments will need to make sure they install the [CUDA toolkit](https://developer.nvidia.com/cuda-toolkit) and [CUDNN](https://developer.nvidia.com/cudnn) and [NCCL](https://developer.nvidia.com/nccl) libraries separately. +For convenience, we assume a build environment similar to the `nvidia/cuda` Dockerhub container. As of writing, the latest container is `nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04`. Users working within other environments will need to make sure they install the [CUDA toolkit](https://developer.nvidia.com/cuda-toolkit) and [CUDNN](https://developer.nvidia.com/cudnn) and [NCCL](https://developer.nvidia.com/nccl) libraries separately. ### Fetch sources and install build dependencies. @@ -77,10 +77,10 @@ We install TensorRT using the [NVIDIA CUDA Network Repo for Debian](https://docs ``` apt install -y --no-install-recommends \ - libnvinfer8=8.2.4-1+cuda11.4 \ - libnvinfer-plugin8=8.2.4-1+cuda11.4 \ - libnvinfer-dev=8.2.4-1+cuda11.4 \ - libnvinfer-plugin-dev=8.2.4-1+cuda11.4 + libnvinfer8=8.2.5-1+cuda11.4 \ + libnvinfer-plugin8=8.2.5-1+cuda11.4 \ + libnvinfer-dev=8.2.5-1+cuda11.4 \ + libnvinfer-plugin-dev=8.2.5-1+cuda11.4 ``` ### Configure TensorFLow