Skip to content

Commit

Permalink
Merge pull request #180 from jackyko1991/master
Browse files Browse the repository at this point in the history
Update mamba install
  • Loading branch information
lorenzocerrone authored Jan 15, 2024
2 parents 666ecab + be80f1b commit f4ea02e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ conda install -c conda-forge mamba
Install PlantSeg using mamba:
* GPU version, CUDA=12.x
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=12.1 pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=12.1 pyqt plant-seg
```
* GPU version, CUDA=11.x
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=11.8 pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch pytorch-cuda=11.8 pyqt plant-seg
```
* CPU version
```bash
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch cpuonly pyqt plantseg
mamba create -n plant-seg -c pytorch -c nvidia -c conda-forge pytorch cpuonly pyqt lcerrone::plantseg
```
The above command will create new conda environment `plant-seg` together with all required dependencies.

Expand Down

0 comments on commit f4ea02e

Please sign in to comment.