Disable CUDA build/test while upgrading to nvidia-docker2

This enables us to remove the driver version from startup string
此提交包含在:
Kent Knox
2017-12-20 17:20:03 -06:00
父節點 a8e146d0ce
當前提交 a1abbea28d
+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 )