Skip to content

Commit 4d507f4

Browse files
test
1 parent 1e35ec2 commit 4d507f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ requires = [
77
build-backend = "setuptools.build_meta"
88

99
[tool.cibuildwheel]
10-
environment = { cuda="12.9", temp="/tmp/cuda-temp", BUILD_WITH_CUDA=1 }
10+
environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11+
container-engine = { name = "docker", create-args = ["--gpus", "all"] }
1112
xbuild-tools = ["cmake", "ninja"]
1213

1314
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)