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

Signed-off-by: brian <brian@brutex.de>
enhance-build-infrastructure
Brian Rosenberger 2023-07-26 11:01:50 +02:00
parent e834407b6e
commit dc5de40620
1 changed files with 3 additions and 1 deletions

View File

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