Skip to content

Commit 7036723

Browse files
committed
Update installation steps
1 parent 4d3b36c commit 7036723

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ TensorFlow 2.13 (cuda 11.8 and cudnn 8.6) on a Linux machine (NVIDIA A40-16Q GPU
3333
> If you encounter the following problem with TF 2.13: "DNN library is not found", you
3434
> can try to run in your environment:
3535
> ```bash
36+
> CUDNN_PATH=$(dirname $(python -c "import nvidia.cudnn;print(nvidia.cudnn.__file__)"))
3637
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/
3738
> ```
3839

0 commit comments

Comments
 (0)