Fix build docker image to use CUDA 11.4.3 (was 11.4.0)

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2023-07-26 11:01:50 +02:00
parent e834407b6e
commit dc5de40620

View File

@ -21,13 +21,15 @@
pipeline { pipeline {
agent { agent {
dockerfile { /* dockerfile {
filename 'Dockerfile' filename 'Dockerfile'
dir '.docker' dir '.docker'
label 'linux && cuda' label 'linux && cuda'
//additionalBuildArgs '--build-arg version=1.0.2' //additionalBuildArgs '--build-arg version=1.0.2'
//args '--gpus all' --needed for test only, you can build without GPU //args '--gpus all' --needed for test only, you can build without GPU
} }
*/
label 'linux'
} }
stages { stages {