Skip to content

Commit

Permalink
Add example conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
maweigert committed May 6, 2022
1 parent 4fc2917 commit f94903a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions extras/cuda_setup_conda/stardist_cuda_10.1.yml
@@ -0,0 +1,13 @@
name: stardist_cuda_10_1
channels:
- defaults
- nvidia
dependencies:
- python=3.7
- cudatoolkit=10.1.*
- cudnn=7.6.*
- ipython
- pip
- pip:
- tensorflow==2.3.*
- stardist
13 changes: 13 additions & 0 deletions extras/cuda_setup_conda/stardist_cuda_11.0.yml
@@ -0,0 +1,13 @@
name: stardist_cuda_11_0
channels:
- defaults
- nvidia
dependencies:
- python=3.8
- cudatoolkit=11.0.3
- cudnn=8.0.*
- ipython
- pip
- pip:
- tensorflow==2.4.*
- stardist

0 comments on commit f94903a

Please sign in to comment.