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 fd25766 commit c2f63d6Copy full SHA for c2f63d6
Dockerfile
@@ -55,7 +55,7 @@ RUN mkdir /wheels
55
# Install build deps that aren't in project requirements files
56
# Make sure to upgrade setuptools to avoid triton build bug
57
# cmake '4.x' isn't parsed right by some tools yet
58
-RUN uv pip install -U build "cmake<4" ninja pybind11 "setuptools<=76" wheel
+RUN uv pip install -U build "cmake<4" ninja pybind11 setuptools wheel
59
60
# Handle arm64 torch build
61
FROM build-base AS build-torch
0 commit comments