Skip to content

Commit

Permalink
Update DGL_support.md (#4327)
Browse files Browse the repository at this point in the history
Believe the path suggested previously is outdated.

Authors:
  - Ray Bell (https://github.com/raybellwaves)
  - Don Acosta (https://github.com/acostadon)
  - Rick Ratzel (https://github.com/rlratzel)

Approvers:
  - Don Acosta (https://github.com/acostadon)

URL: #4327
  • Loading branch information
raybellwaves authored May 21, 2024
1 parent 5b72af3 commit 8d8b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cugraph/source/graph_support/DGL_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mamba install cugraph-dgl -c rapidsai-nightly -c rapidsai -c pytorch -c conda-fo

### Create the conda development environment
```
mamba env create -n cugraph_dgl_dev --file conda/cugraph_dgl_dev_11.6.yml
conda env create -n cugraph_dgl_dev --file conda/environments/all_cuda-122_arch-x86_64.yaml
```

### Install in editable mode
Expand Down

0 comments on commit 8d8b4fd

Please sign in to comment.