From a021453484db52a90f51a34302d39a7ad1fb3830 Mon Sep 17 00:00:00 2001 From: Andrew Seidl Date: Fri, 5 Jul 2019 14:48:24 -0700 Subject: [PATCH] deps: bump minimum CUDA to 10.0 --- README.md | 2 +- docker/build/centos7/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d5f01da3c..20d531dbe8 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ OmniSciDB has the following dependencies: | [Go](https://golang.org/) | 1.6 | yes | | [Boost](http://www.boost.org/) | 1.65.0 | yes | | [OpenJDK](http://openjdk.java.net/) | 1.7 | yes | -| [CUDA](http://nvidia.com/cuda) | 9.0 | yes, if compiling with GPU support | +| [CUDA](http://nvidia.com/cuda) | 10.0 | yes, if compiling with GPU support | | [gperftools](https://github.com/gperftools/gperftools) | | yes | | [gdal](http://gdal.org/) | 2.3 | yes | | [Arrow](https://arrow.apache.org/) | 0.11.0 | yes | diff --git a/docker/build/centos7/Dockerfile b/docker/build/centos7/Dockerfile index d725d977fc..9101bfb3df 100644 --- a/docker/build/centos7/Dockerfile +++ b/docker/build/centos7/Dockerfile @@ -1,6 +1,6 @@ # Build libglvnd for libGL, libEGL, libOpenGL # Not currently pulled in by nvidia-docker2 -FROM nvidia/cuda:9.0-devel-centos7 +FROM nvidia/cuda:10.0-devel-centos7 ENV NVIDIA_DRIVER_CAPABILITIES compute,utility,graphics