Skip to content

Commit

Permalink
deps: bump minimum CUDA to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseidl committed Jul 23, 2019
1 parent a6605d3 commit a021453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docker/build/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a021453

Please sign in to comment.