Skip to content

Instantly share code, notes, and snippets.

@marlenezw
Last active June 16, 2021 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marlenezw/38ecba29d3e511c52208cb505fc26248 to your computer and use it in GitHub Desktop.
Save marlenezw/38ecba29d3e511c52208cb505fc26248 to your computer and use it in GitHub Desktop.
installing rapids
# for CUDA 11.0
conda install -c rapidsai -c nvidia -c numba -c conda-forge \
cudf=21.06 python=3.7 cudatoolkit=11.0
# or, for CUDA 11.2
conda install -c rapidsai -c nvidia -c numba -c conda-forge \
cudf=21.06 python=3.7 cudatoolkit=11.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment