Skip to content

Commit a7689e0

Browse files
committed
try cmake
1 parent bf9d44a commit a7689e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN chmod 777 -R /tmp && apt-get update && DEBIAN_FRONTEND=noninteractive apt-ge
1616
make \
1717
git \
1818
cmake \
19-
ninja-build \
2019
build-essential && \
2120
rm -rf /var/lib/apt/lists/*
2221

@@ -44,7 +43,7 @@ WORKDIR /workspace
4443
RUN pip install torch==2.7.1
4544

4645
# Install build dependencies
47-
RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11 ninja
46+
RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11
4847

4948
# Copy source code to container
5049
COPY . .

0 commit comments

Comments
 (0)