build error
Job failed with exit code: 1. Reason: cache miss: [ 9/10] COPY app.py start.sh /space/ cache miss: [ 7/10] COPY requirements.txt /space/requirements.txt cache miss: [10/10] RUN chmod +x /space/start.sh && id -u 1000 >/dev/null 2>&1 || useradd -m -u 1000 app && mkdir -p /models /cache && chown -R 1000:1000 /space /opt/crispasr /models /cache cache miss: [ 8/10] RUN pip3 install --no-cache-dir --break-system-packages -r /space/requirements.txt cache miss: [ 6/10] RUN mkdir -p /space/samples && curl -sL "https://github.com/CrispStrobe/CrispASR/raw/main/samples/jfk.wav" -o /space/samples/jfk.wav 2>/dev/null || true cache miss: [ 4/10] RUN mkdir -p /opt/crispasr/build/bin && curl -sL "https://github.com/CrispStrobe/CrispASR/releases/download/hf-space-bin/crispasr-bin-linux-x64.tar.gz?v=4" -o /tmp/crispasr-bin.tar.gz && tar xzf /tmp/crispasr-bin.tar.gz -C /opt/crispasr/build/bin/ && rm /tmp/crispasr-bin.tar.gz && find /opt/crispasr/build/bin -name 'lib*.so*' -exec cp -a {} /usr/local/lib/ ; && ldconfig cache miss: [ 5/10] RUN mkdir -p /cache/.cache/crispasr && curl -sL "https://huggingface.co/datasets/cstr/g2p-dicts/resolve/main/espeak_en.tsv" -o /cache/.cache/crispasr/espeak_en.tsv && curl -sL "https://raw.githubusercontent.com/cmusphinx/cmudict/refs/heads/master/cmudict.dict" -o /cache/.cache/crispasr/cmudict.dict && curl -sL "https://huggingface.co/cstr/kokoro-82m-GGUF/resolve/main/kokoro-82m-q8_0.gguf" -o /cache/kokoro-82m-q8_0.gguf && curl -sL "https://huggingface.co/cstr/kokoro-voices-GGUF/resolve/main/kokoro-voice-af_heart.gguf" -o /cache/kokoro-voice-af_heart.gguf && ls -lh /cache/ /cache/.cache/crispasr/ || true {"total":15,"completed":9,"user_total":10,"user_cached":2,"user_completed":4,"user_cacheable":9,"from":1,"miss":7,"client_duration_ms":8677}
Build logs:
Fetching error logs...