aboutsummaryrefslogtreecommitdiff
path: root/TensorFlowEnvironment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'TensorFlowEnvironment.yml')
-rw-r--r--TensorFlowEnvironment.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/TensorFlowEnvironment.yml b/TensorFlowEnvironment.yml
new file mode 100644
index 0000000..80d1b31
--- /dev/null
+++ b/TensorFlowEnvironment.yml
@@ -0,0 +1,25 @@
+name: tf_112
+
+dependencies:
+ - python
+ - tensorflow-gpu
+ - cudatoolkit==11.2
+ - ipykernel
+ - tqdm
+ - tifffile
+ - scipy
+ - pandas
+ - matplotlib
+ - scikit-learn==1.0.2
+ - scikit-image
+ - seaborn
+
+channel_priority: strict
+channels:
+ - pyg
+ - nvidia
+ - pytorch
+ - conda-forge
+ - anaconda
+ - defaults
+ - nodefaults