Created
April 28, 2020 19:13
-
-
Save argenisleon/aab49b1ce1f6c2098c1f004a645ee9a3 to your computer and use it in GitHub Desktop.
Installing dask cudf 0.13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conda create --name dask_cudf_013 python=3.7 | |
| conda activate dask_cudf_013 | |
| conda install -c rapidsai -c nvidia -c conda-forge -c defaults rapids=0.13 python=3.7 | |
| conda install -c conda-forge jupyterlab | |
| ipython kernel install --user --name=dask_cudf_013 | |
| jupyter notebook --ip=0.0.0.0 --port=8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment