Skip to content

Commit d191e88

Browse files
committed
add development environment
1 parent 349439f commit d191e88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

development/environment.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# conda env create -f environment.yaml
2+
name: sd
3+
channels:
4+
- nvidia/label/cuda-11.8.0
5+
- defaults
6+
dependencies:
7+
- python=3.9
8+
- cuda-nvcc
9+
- cuda-toolkit
10+
- cuda-runtime
11+
- pip

0 commit comments

Comments
 (0)