Skip to content

Instantly share code, notes, and snippets.

@argenisleon
Created April 28, 2020 19:13
Show Gist options
  • Select an option

  • Save argenisleon/aab49b1ce1f6c2098c1f004a645ee9a3 to your computer and use it in GitHub Desktop.

Select an option

Save argenisleon/aab49b1ce1f6c2098c1f004a645ee9a3 to your computer and use it in GitHub Desktop.
Installing dask cudf 0.13
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