From 64ed74aaa31bfc37f0528b579ef37c858007aaa1 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 3 Feb 2020 15:29:35 +0530 Subject: [PATCH] Update Jenkinsfile Switch using to newer --gpus all instead of older(deprecated) --runtime nvidia --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97811bf5d9..b8bd24cd74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -394,7 +394,7 @@ cuda_10_x: // Block of string constants customizing behavior for cuda String nvcc_ver = 'cuda-10.x' String from_image = 'ci_test_nodes/cuda-10.x/ubuntu-16.04:latest' - String inside_args = '--runtime=nvidia'; + String inside_args = '--gpus all'; // Checkout source code, dependencies and version files String source_hip_rel = checkout_and_version( nvcc_ver )