Skip to content

Commit

Permalink
Create env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tf17270 authored Jun 25, 2024
1 parent 4afd68e commit 7a0e51b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions env.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a0e51b

Please sign in to comment.