forked from rapidsai/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yaml
30 lines (29 loc) · 931 Bytes
/
settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# Default Docker build arguments
DEFAULT_PYTHON_VERSION: "3.7"
DEFAULT_CUDA_VERSION: "10.1"
DEFAULT_RAPIDS_VERSION: "0.18"
# Libraries included in RAPIDS core devel images
RAPIDS_LIBS:
- name: rmm
repo_url: https://github.com/rapidsai/rmm.git
- name: cudf
repo_url: https://github.com/rapidsai/cudf.git
update_submodules: no
- name: cusignal
repo_url: https://github.com/rapidsai/cusignal.git
- name: cuxfilter
repo_url: https://github.com/rapidsai/cuxfilter
- name: cuspatial
repo_url: https://github.com/rapidsai/cuspatial.git
- name: cuml
repo_url: https://github.com/rapidsai/cuml.git
update_submodules: no
- name: cugraph
repo_url: https://github.com/rapidsai/cugraph.git
- name: xgboost
update_submodules: no
repo_url: https://github.com/rapidsai/xgboost.git
branch: rapids-v0.18
- name: dask-cuda
repo_url: https://github.com/rapidsai/dask-cuda.git