diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 2b4cd33d..3acca712 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -266,7 +266,7 @@ RUN pip install opencv-contrib-python opencv-python && \ /tmp/clean-layer.sh # Pin scipy until we update JAX b/335003097 -RUN pip install "scipy==1.12.0" \ +RUN pip install scipy \ # Scikit-learn accelerated library for x86 "scikit-learn-intelex>=2023.0.1" \ # HDF5 support diff --git a/Jenkinsfile b/Jenkinsfile index 5137c675..aafb17f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -152,7 +152,7 @@ pipeline { } } stage('Test GPU Image') { - stages { + parallel { stage('Test on P100') { agent { label 'ephemeral-linux-gpu' } options {