Skip to content

Commit

Permalink
Add CUDA 11.5 developer environment (rapidsai#4364)
Browse files Browse the repository at this point in the history
Authors:
  - Dante Gama Dessavre (https://github.com/dantegd)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: rapidsai#4364
  • Loading branch information
dantegd authored Nov 15, 2021
1 parent eab7dee commit 6a00fc7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: cuml_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudatoolkit=11.5
- rapids-build-env=21.12.*
- rapids-notebook-env=21.12.*
- rapids-doc-env=21.12.*
- cudf=21.12.*
- rmm=21.12.*
- libcumlprims=21.12.*
- dask-cudf=21.12.*
- dask-cuda=21.12.*
- ucx-py=0.23
- ucx-proc=*=gpu
- dask-ml
- doxygen>=1.8.20
- libfaiss>=1.7.0
- faiss-proc=*=cuda
- umap-learn
- scikit-learn=0.24
- treelite=2.1.0
- statsmodels
- seaborn
- hdbscan
- nltk
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/dask.git@main
- git+https://github.com/dask/distributed.git@main

# rapids-build-env, notebook-env and doc-env are defined in
# https://docs.rapids.ai/maintainers/depmgmt/

# To install different versions of packages contained in those meta packages,
# it is recommended to remove those meta packages (without removing the actual
# packages contained in the environment) first with:
# conda remove --force rapids-build-env rapids-notebook-env rapids-doc-env

0 comments on commit 6a00fc7

Please sign in to comment.