Skip to content

Commit 54615d6

Browse files
committed
Update README.md
1 parent f64adc0 commit 54615d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ sudo apt-get install cmake curl g++-7 git python3-dev python3-numpy sudo wget
4646

4747
In order to build the TensorFlow itself, the build procedure also requires [Bazel](https://bazel.build/):
4848
```
49-
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
49+
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
50+
sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
5051
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
5152
sudo apt-get update && sudo apt-get install bazel
5253
```
5354

54-
If you require GPU support on Ubuntu, please also install NVIDIA CUDA Toolkit (>=10.1), NVIDIA drivers, cuDNN, and `cuda-command-line-tools` package.
55+
If you require GPU support on Ubuntu, please also install NVIDIA CUDA Toolkit (>=11.1), NVIDIA drivers, cuDNN, and `cuda-command-line-tools` package.
5556
The build procedure will automatically detect CUDA if it is installed in `/opt/cuda` or `/usr/local/cuda` directories.
5657

5758
##### Arch Linux:

0 commit comments

Comments
 (0)