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 bf9d44a commit a7689e0Copy full SHA for a7689e0
Dockerfile
@@ -16,7 +16,6 @@ RUN chmod 777 -R /tmp && apt-get update && DEBIAN_FRONTEND=noninteractive apt-ge
16
make \
17
git \
18
cmake \
19
- ninja-build \
20
build-essential && \
21
rm -rf /var/lib/apt/lists/*
22
@@ -44,7 +43,7 @@ WORKDIR /workspace
44
43
RUN pip install torch==2.7.1
45
46
# Install build dependencies
47
-RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11 ninja
+RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11
48
49
# Copy source code to container
50
COPY . .
0 commit comments