Remove explicit cudnn_path from docker script.

Autodetection works fine for a docker build.
This commit is contained in:
Peter Hawkins 2019-04-25 21:17:57 -07:00
parent 5385ad7330
commit 21b018b4d4

View File

@ -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