From b85ee9d64a536937912544c7bbd5b98b635b7e8d Mon Sep 17 00:00:00 2001 From: Christian C Date: Mon, 11 Nov 2024 12:29:32 -0800 Subject: Initial commit --- TensorFlowEnvironment.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TensorFlowEnvironment.yml (limited to 'TensorFlowEnvironment.yml') 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 -- cgit v1.2.1