Skip to content

Commit

Permalink
build: cuDNN and TensorRT packages are installed in a separate Ansibl…
Browse files Browse the repository at this point in the history
…e script

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Nov 2, 2023
1 parent 8e932e1 commit 495e85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wget https://developer.download.nvidia.com/compute/cuda/repos/$os/$(uname -m)/cu
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
cuda_version_dashed=$(eval sed -e "s/[.]/-/g" <<< "${cuda_version}")
sudo apt-get -y install cuda-${cuda_version_dashed} tensorrt-dev libcuddn8-dev
sudo apt-get -y install cuda-${cuda_version_dashed}
```

Perform the post installation actions:
Expand Down

0 comments on commit 495e85b

Please sign in to comment.