Skip to content

Commit

Permalink
added comment to cuDF. Added CUDA 10.1 environment line
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Dec 4, 2019
1 parent 16cf76c commit 03be1c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ or
$ conda install -c conda-forge boost
```

Ensure that cuDF is installed. See https://github.com/rapidsai/cuml


#### Build and Install the C/C++ CUDA components

To install cuGraph from source, ensure the dependencies are met and follow the steps below:
Expand Down Expand Up @@ -138,6 +141,9 @@ conda env update --name cugraph_dev --file conda/environments/cugraph_dev.yml
# for CUDA 10
conda env update --name cugraph_dev --file conda/environments/cugraph_dev_cuda10.yml

# for CUDA 10.1
conda env update --name cugraph_dev --file conda/environments/cugraph_dev_cuda101.yml

conda activate cugraph_dev
```

Expand Down

0 comments on commit 03be1c1

Please sign in to comment.