Skip to content

Commit a63a2a8

Browse files
authored
Do not install cuda-toolkit (#665)
cuda-toolkit pulls a lot of dependencies. The environment we generate should match our needs, and if the users want to, they can install the full cuda-toolkit.
1 parent 2c07821 commit a63a2a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/generate-conda-envs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def conda(self) -> Reqs:
9696
deps += (f"cudatoolkit={self.ctk_version}",)
9797
else:
9898
deps += (
99-
f"cuda-toolkit={self.ctk_version}",
10099
"cuda-cccl", # no cuda-cccl-dev package exists
101100
"cuda-cudart-dev",
102101
"cuda-cudart-static",

0 commit comments

Comments
 (0)