Skip to content

Commit

Permalink
update README.md to reflect new filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Aug 16, 2022
1 parent 0110c68 commit efa8378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $ cd rmm
- Create the conda development environment `rmm_dev`
```bash
# create the conda environment (assuming in base `rmm` directory)
$ conda env create --name rmm_dev --file conda/environments/rmm_dev_cuda11.0.yml
$ conda env create --name rmm_dev --file conda/environments/full_cuda-11.5_arch-$(arch).yaml
# activate the environment
$ conda activate rmm_dev
```
Expand Down

0 comments on commit efa8378

Please sign in to comment.