adds override

This commit is contained in:
Hyatt 2023-10-28 13:32:52 -05:00
parent d6a692b6a6
commit 69367085bf
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -57,7 +57,7 @@ podTemplate(
--location \
--output /tmp/cuda-lib-installer.sh \
https://nexus.c.test-chamber-13.lan/repository/generic/nvidia/cuda-libraries.run
/usr/bin/bash /tmp/cuda-lib-installer.sh --silent --toolkit
/usr/bin/bash /tmp/cuda-lib-installer.sh --silent --toolkit --override
export PATH="\${PATH}:/usr/local/cuda/bin"
SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build
"""