We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e35ec2 commit 4d507f4Copy full SHA for 4d507f4
pyproject.toml
@@ -7,7 +7,8 @@ requires = [
7
build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
-environment = { cuda="12.9", temp="/tmp/cuda-temp", BUILD_WITH_CUDA=1 }
+environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11
+container-engine = { name = "docker", create-args = ["--gpus", "all"] }
12
xbuild-tools = ["cmake", "ninja"]
13
14
[tool.cibuildwheel.linux]
0 commit comments