Skip to content

Commit 9097915

Browse files
committed
try fix docker
1 parent d450dee commit 9097915

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ COPY ./pyproject.toml /app/UltraSinger/pyproject.toml
2424
RUN mkdir -p /app/UltraSinger/src
2525
WORKDIR /app/UltraSinger
2626

27+
# Install setuptools first (required by demucs and other packages as build dependency)
28+
RUN uv pip install --system --python 3.12 setuptools wheel
29+
2730
# Install dependencies from pyproject.toml directly without venv (container is already isolated)
2831
RUN uv pip install --system --python 3.12 -e . --no-build-isolation
2932

0 commit comments

Comments
 (0)