build error
Job failed with exit code: 1. Reason: cache miss: [9/9] RUN python -c "from huggingface_hub import snapshot_download; import shutil, os; app = '/home/user/app'; print('Downloading 4.8 GB of models (v2: +spk_embedding +selec_anon)...', flush=True); snapshot_download( repo_id='khamidov17/voice-anon-models', repo_type='model', local_dir=app, ); hf_cache = os.path.join(app, '.cache'); if os.path.exists(hf_cache): shutil.rmtree(hf_cache); print('Models ready!', flush=True)" cache miss: [8/9] COPY --chown=user . /home/user/app cache miss: [6/9] COPY --chown=user requirements.txt . cache miss: [5/9] RUN pip install --no-cache-dir torch==2.5.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu cache miss: [4/9] RUN apt-get update && apt-get install -y libsndfile1 ffmpeg git && rm -rf /var/lib/apt/lists/* cache miss: [3/9] WORKDIR /home/user/app cache miss: [7/9] RUN pip install --no-cache-dir -r requirements.txt cache miss: [2/9] RUN useradd -m -u 1000 user {"total":14,"completed":12,"user_total":9,"user_cached":0,"user_completed":7,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":70170}
Build logs:
Fetching error logs...