File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ step-by-step instructions.
27
27
28
28
``` bash
29
29
conda install -c conda-forge cudatoolkit=11.8.0
30
- python3 -m pip install nvidia-cudnn-cu11==8.6.0.163 tensorflow==2.12 .*
30
+ python3 -m pip install nvidia-cudnn-cu11==8.6.0.163 tensorflow==2.13 .*
31
31
mkdir -p $CONDA_PREFIX /etc/conda/activate.d
32
32
echo ' CUDNN_PATH=$(dirname $(python -c "import nvidia.cudnn;print(nvidia.cudnn.__file__)"))' >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
33
33
echo ' export LD_LIBRARY_PATH=$CONDA_PREFIX/lib/:$CUDNN_PATH/lib:$LD_LIBRARY_PATH' >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
@@ -76,7 +76,7 @@ step-by-step instructions.
76
76
77
77
` ` ` bash
78
78
conda install -c conda-forge cudatoolkit=11.8.0
79
- python3 -m pip install nvidia-cudnn-cu11==8.6.0.163 tensorflow==2.12 .*
79
+ python3 -m pip install nvidia-cudnn-cu11==8.6.0.163 tensorflow==2.13 .*
80
80
mkdir -p $CONDA_PREFIX /etc/conda/activate.d
81
81
echo ' CUDNN_PATH=$(dirname $(python -c "import nvidia.cudnn;print(nvidia.cudnn.__file__)"))' >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
82
82
echo ' export LD_LIBRARY_PATH=$CONDA_PREFIX/lib/:$CUDNN_PATH/lib:$LD_LIBRARY_PATH' >> $CONDA_PREFIX /etc/conda/activate.d/env_vars.sh
@@ -280,7 +280,7 @@ The following NVIDIA® software are only required for GPU support.
280
280
PyPI.
281
281
282
282
```bash
283
- pip install tensorflow==2.12 .*
283
+ pip install tensorflow==2.13 .*
284
284
```
285
285
286
286
### 6. Verify install
@@ -653,7 +653,7 @@ The following NVIDIA® software are only required for GPU support.
653
653
PyPI.
654
654
655
655
` ` ` bash
656
- pip install tensorflow==2.12 .*
656
+ pip install tensorflow==2.13 .*
657
657
` ` `
658
658
659
659
# ## 6. Verify install
You can’t perform that action at this time.
0 commit comments