Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW] Adding dev conda environment files. #397

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions conda/environments/raft_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudatoolkit=11.0
- clang=11.1.0
- clang-tools=11.1.0
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- doxygen>=1.8.20
- libfaiss>=1.7.0
- faiss-proc=*=cuda
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/[email protected]
- git+https://github.com/dask/[email protected]

# 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
33 changes: 33 additions & 0 deletions conda/environments/raft_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudatoolkit=11.2
- clang=11.1.0
- clang-tools=11.1.0
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- doxygen>=1.8.20
- libfaiss>=1.7.0
- faiss-proc=*=cuda
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/[email protected]
- git+https://github.com/dask/[email protected]

# 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
33 changes: 33 additions & 0 deletions conda/environments/raft_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudatoolkit=11.4
- clang=11.1.0
- clang-tools=11.1.0
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- doxygen>=1.8.20
- libfaiss>=1.7.0
- faiss-proc=*=cuda
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/[email protected]
- git+https://github.com/dask/[email protected]

# 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
33 changes: 33 additions & 0 deletions conda/environments/raft_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: raft_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudatoolkit=11.5
- clang=11.1.0
- clang-tools=11.1.0
- rapids-build-env=22.02.*
- rapids-notebook-env=22.02.*
- rapids-doc-env=22.02.*
- rmm=22.02.*
- dask-cuda=22.02.*
- ucx-py=0.23
- ucx-proc=*=gpu
- doxygen>=1.8.20
- libfaiss>=1.7.0
- faiss-proc=*=cuda
- pip
- pip:
- sphinx_markdown_tables
- git+https://github.com/dask/[email protected]
- git+https://github.com/dask/[email protected]

# 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