build error
Job failed with exit code: 1. Reason: cache miss: [ 4/13] WORKDIR /home/user/app cache miss: [10/13] RUN pip install git+https://github.com/openai/CLIP.git --no-deps cache miss: [ 9/13] RUN git clone https://github.com/BachiLi/diffvg.git && cd diffvg && git submodule update --init --recursive && DIFFVG_CUDA=0 python setup.py install cache miss: [ 2/13] RUN apt-get update && apt-get install -y git cmake libgl1-mesa-glx libglib2.0-0 build-essential ffmpeg libsm6 libxext6 && rm -rf /var/lib/apt/lists/* cache miss: [ 6/13] RUN pip install --no-cache-dir torch==1.13.1+cpu torchvision==0.14.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu cache miss: [ 5/13] RUN pip install --no-cache-dir --upgrade pip cache miss: [ 3/13] RUN useradd -m -u 1000 user cache miss: [11/13] RUN pip install gradio gdown cache miss: [ 7/13] COPY --chown=user requirements.txt requirements.txt cache miss: [13/13] RUN mkdir -p U2Net_/saved_models && gdown "https://drive.google.com/uc?id=1ao1ovG1Qtx4b7EoskHXmi2E9rp5CHLcZ" -O "U2Net_/saved_models/u2net.pth" cache miss: [12/13] COPY --chown=user . . cache miss: [ 8/13] RUN pip install --no-cache-dir -r requirements.txt {"total":18,"completed":14,"user_total":13,"user_cached":0,"user_completed":9,"user_cacheable":12,"from":1,"miss":12,"client_duration_ms":99075}
Build logs:
Fetching error logs...