mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Remove explicit cudnn_path from docker script.
Autodetection works fine for a docker build.
This commit is contained in:
parent
5385ad7330
commit
21b018b4d4
@ -34,11 +34,11 @@ echo "Python tag $PY_TAG"
|
||||
|
||||
case $2 in
|
||||
cuda-included)
|
||||
python build.py --enable_cuda --cudnn_path /usr/lib/x86_64-linux-gnu/
|
||||
python build.py --enable_cuda
|
||||
python include_cuda.py
|
||||
;;
|
||||
cuda)
|
||||
python build.py --enable_cuda --cudnn_path /usr/lib/x86_64-linux-gnu/
|
||||
python build.py --enable_cuda
|
||||
;;
|
||||
nocuda)
|
||||
python build.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user