From fc5e8f8f0d09f1e18735ea9d4445c90a7df370ca Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Tue, 16 Sep 2025 16:10:50 -0700 Subject: [PATCH] minimal environment Signed-off-by: Francis Williams --- env/mininal_environment.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 env/mininal_environment.yml diff --git a/env/mininal_environment.yml b/env/mininal_environment.yml new file mode 100644 index 000000000..41ff67eaf --- /dev/null +++ b/env/mininal_environment.yml @@ -0,0 +1,29 @@ +name: fvdb_min +channels: + - conda-forge + - nodefaults +dependencies: + - blas=*=mkl + - ca-certificates + - certifi + - cmake + - cuda-command-line-tools + - cuda-compiler + - cuda-nvrtc-dev + - cuda-nvtx-dev + - cuda-version=12.8 + - cudnn>=9.12.0 + - cxx-compiler + - gcc_linux-64=13 + - git + - gxx_linux-64=13 + - libcublas-dev + - libcusolver-dev + - libcusparse-dev + - libpng + - make + - openssl + - pip + - pybind11=2.13.6 + - python=3.12 + - zlib