dmlc / dmlc/xgboost-devops

Create conda template for GPU dependencies.

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
11
Forks
5
Avg merge
13d 16h
Merged PRs (30d)
2

Description

We can use a jinja template to avoid:
```
mamba create -y -n gpu_test -c rapidsai -c conda-forge -c nvidia \
python=$PYTHON_VERSION "cudf=$RAPIDS_VERSION.*" "rmm=$RAPIDS_VERSION.*" cuda-version=$CUDA_SHORT_VER \
"nccl=${NCCL_SHORT_VER}" \
dask \
distributed \
"dask-cuda=$RAPIDS_VERSION.*" "dask-cudf=$RAPIDS_VERSION.*" cupy \
numpy pytest pytest-timeout scipy scikit-learn pandas matplotlib wheel \
python-kubernetes urllib3 graphviz hypothesis "loky>=3.5.1" \
"pyspark>=3.4.0,<4.0" cloudpickle cuda-python && \
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.