diff --git a/docs/cugraph-docs/source/graph_support/DGL_support.md b/docs/cugraph-docs/source/graph_support/DGL_support.md index dc4f661..ba9a28e 100644 --- a/docs/cugraph-docs/source/graph_support/DGL_support.md +++ b/docs/cugraph-docs/source/graph_support/DGL_support.md @@ -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-125_arch-x86_64.yaml ``` ### Install in editable mode