build error
Job failed with exit code: 1. Reason: cache miss: [10/10] COPY --chown=1000 . /home/user/app cache miss: [ 5/10] RUN curl https://pyenv.run | bash cache miss: [ 4/10] WORKDIR /home/user/app cache miss: [ 3/10] RUN useradd -m -u 1000 user cache miss: [ 7/10] COPY --chown=1000 ./requirements.txt /tmp/requirements.txt cache miss: [ 9/10] RUN git clone https://github.com/modelscope/modelscope && cd modelscope && pip install -r requirements.txt && pip install . && cd .. && rm -rf modelscope cache miss: [ 2/10] RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends git git-lfs wget curl build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [ 6/10] RUN pyenv install 3.10.12 && pyenv global 3.10.12 && pyenv rehash && pip install --no-cache-dir -U pip setuptools wheel cache miss: [ 8/10] RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt {"total":15,"completed":13,"user_total":10,"user_cached":0,"user_completed":8,"user_cacheable":9,"from":1,"miss":9,"client_duration_ms":193635}
Build logs:
Fetching error logs...