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

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2023-07-26 11:01:50 +02:00
parent 318cafb6f0
commit d75e0be506
1 changed files with 3 additions and 1 deletions

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 {