We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349439f commit d191e88Copy full SHA for d191e88
development/environment.yaml
@@ -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