forked from rapidsai/docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yaml
33 lines (32 loc) · 1005 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
31
32
33
---
# Default Docker build arguments
DEFAULT_PYTHON_VERSION: "3.7"
DEFAULT_CUDA_VERSION: "10.1"
RAPIDS_VERSION: "0.15"
# Libraries included in 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/dmlc/xgboost.git
branch: v1.1.0
- name: dask-xgboost
repo_url: https://github.com/rapidsai/dask-xgboost.git
branch: dask-cudf
- name: dask-cuda
repo_url: https://github.com/rapidsai/dask-cuda.git