Skip to content

Commit

Permalink
update docs, as deeprvat env can support cuda when installed w/ conda…
Browse files Browse the repository at this point in the history
… or mamba
  • Loading branch information
meyerkm committed Nov 19, 2024
1 parent a5dae24 commit 5cd873e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ git clone git@github.com:PMBio/deeprvat.git
1. Change directory to the repository: `cd deeprvat`
1. Install the conda environment. We recommend using [mamba](https://mamba.readthedocs.io/en/latest/index.html), though you may also replace `mamba` with `conda`

*Note: [the current deeprvat env does not support cuda when installed with conda](https://github.com/PMBio/deeprvat/issues/16). Install using mamba for cuda support.*
```shell
mamba env create -n deeprvat -f deeprvat_env.yaml
```
Expand Down

0 comments on commit 5cd873e

Please sign in to comment.