build error
Job failed with exit code: 1. Reason: cache miss: [9/9] RUN echo 'import sys\nsys.argv = ["webui.py", "--theme", "dark"]\nimport gradio as gr\nglobal app\n# Patch gradio launch to force host and port\noriginal_launch = gr.Blocks.launch\ndef patched_launch(self, *args, **kwargs):\n kwargs["server_name"] = "0.0.0.0"\n kwargs["server_port"] = 7860\n return original_launch(self, *args, **kwargs)\ngr.Blocks.launch = patched_launch\nimport tools.webui' > run.py cache miss: [8/9] RUN pip install --no-cache-dir huggingface_hub gradio cache miss: [7/9] RUN pip install --no-cache-dir -e . cache miss: [6/9] RUN pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu cache miss: [4/9] WORKDIR /home/user/app cache miss: [3/9] RUN useradd -m -u 1000 user cache miss: [5/9] RUN git clone https://github.com/fishaudio/fish-speech.git . cache miss: [2/9] RUN apt-get update && apt-get install -y git ffmpeg build-essential && rm -rf /var/lib/apt/lists/* {"total":13,"completed":11,"user_total":9,"user_cached":0,"user_completed":7,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":1050877}
Build logs:
Fetching error logs...