build error
Job failed with exit code: 1. Reason: cache miss: [ 7/10] RUN pip install --no-cache-dir "hydra-core>=1.3,<2.0" "omegaconf>=2.3,<3.0" "huggingface_hub>=1.5.0" "uvicorn[standard]>=0.30" "fastapi>=0.115" "httpx>=0.28" cache miss: [ 5/10] RUN pip install --no-cache-dir "trl==1.2.0" "peft==0.14.0" "accelerate>=1.5.0" "bitsandbytes>=0.45.5" "safetensors>=0.4.3" "wandb>=0.18,<1.0" "scikit-learn>=1.5.0" cache miss: [10/10] COPY . /app/ cache miss: [ 8/10] RUN python -c "import torch; print('torch', torch.__version__, 'CUDA', torch.cuda.is_available())" && python -c "import trl, peft, transformers; print('trl', trl.__version__, 'peft', peft.__version__, 'transformers', transformers.__version__)" && python -c "from unsloth import FastLanguageModel; print('unsloth OK')" && echo "=== ALL IMPORTS OK ===" cache miss: [ 2/10] RUN apt-get update && apt-get install -y --no-install-recommends python3.10 python3-pip python3.10-venv python3.10-dev git curl && ln -sf /usr/bin/python3.10 /usr/bin/python && rm -rf /var/lib/apt/lists/* cache miss: [ 6/10] RUN pip install --no-cache-dir --no-deps "unsloth==2026.4.8" "unsloth_zoo>=2026.4.8" && pip install --no-cache-dir "xformers>=0.0.27" "tyro" "sentencepiece>=0.2.0" "protobuf" cache miss: [ 4/10] RUN pip install --no-cache-dir "torch==2.5.1" --index-url https://download.pytorch.org/whl/cu121 cache miss: [ 3/10] RUN pip install --no-cache-dir --upgrade pip setuptools wheel cache miss: [ 9/10] WORKDIR /app {"total":15,"completed":13,"user_total":10,"user_cached":0,"user_completed":8,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":210350}
Build logs:
Fetching error logs...