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 d450dee commit 9097915Copy full SHA for 9097915
Dockerfile
@@ -24,6 +24,9 @@ COPY ./pyproject.toml /app/UltraSinger/pyproject.toml
24
RUN mkdir -p /app/UltraSinger/src
25
WORKDIR /app/UltraSinger
26
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
+
30
# Install dependencies from pyproject.toml directly without venv (container is already isolated)
31
RUN uv pip install --system --python 3.12 -e . --no-build-isolation
32
install/fix_cudnn.bat install/fix_cudnn8.batinstall/fix_cudnn.bat renamed to install/fix_cudnn8.bat
0 commit comments