From 7a0e51bc7e2f03d032fda18b2ae87bd915821609 Mon Sep 17 00:00:00 2001 From: Tom Fearon <67373762+tf17270@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:30:03 +0100 Subject: [PATCH] Create env.yaml --- env.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 env.yaml diff --git a/env.yaml b/env.yaml new file mode 100644 index 0000000..0806bd0 --- /dev/null +++ b/env.yaml @@ -0,0 +1,15 @@ +name: build_env +channels: + - conda-forge + - nvidia + - defaults +dependencies: + - python=3.10 + - pip + - conda-forge::pybind11 + - nvidia::cuda + - conda-forge::cupy + - conda-forge::cmake + - conda-forge::ninja + - conda-forge::scikit-build + - conda-forge::clang