Disable CUDA build/test while upgrading to nvidia-docker2
This enables us to remove the driver version from startup string
This commit is contained in:
Vendored
+1
-5
@@ -449,11 +449,7 @@ nvcc:
|
|||||||
// Block of string constants customizing behavior for cuda
|
// Block of string constants customizing behavior for cuda
|
||||||
String nvcc_ver = 'nvcc-9.0'
|
String nvcc_ver = 'nvcc-9.0'
|
||||||
String from_image = 'nvidia/cuda:9.0-devel'
|
String from_image = 'nvidia/cuda:9.0-devel'
|
||||||
|
String inside_args = '--runtime=nvidia';
|
||||||
// This unfortunately hardcodes the driver version nvidia_driver_384.90 in the volume mount. Research if a way
|
|
||||||
// exists to get volume driver to customize the volume names to leave out driver version
|
|
||||||
String inside_args = '''--device=/dev/nvidiactl --device=/dev/nvidia0 --device=/dev/nvidia-uvm --device=/dev/nvidia-uvm-tools
|
|
||||||
--volume-driver=nvidia-docker --volume=nvidia_driver_384.90:/usr/local/nvidia:ro''';
|
|
||||||
|
|
||||||
// Checkout source code, dependencies and version files
|
// Checkout source code, dependencies and version files
|
||||||
String source_hip_rel = checkout_and_version( nvcc_ver )
|
String source_hip_rel = checkout_and_version( nvcc_ver )
|
||||||
|
|||||||
Verwijs in nieuw issue
Block a user