Skip to content

Commit 45a62af

Browse files
committed
try fix docker
1 parent 9097915 commit 45a62af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ 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
27+
# Install build dependencies first (required by various packages when using --no-build-isolation)
28+
RUN uv pip install --system --python 3.12 setuptools wheel hatchling
2929

3030
# Install dependencies from pyproject.toml directly without venv (container is already isolated)
3131
RUN uv pip install --system --python 3.12 -e . --no-build-isolation

0 commit comments

Comments
 (0)