build error
Job failed with exit code: 1. Reason: cache miss: [2/9] RUN apt-get update -q && apt-get install -qy --no-install-recommends wget git libopencv-dev python3-opencv && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [7/9] COPY requirements.txt . cache miss: [6/9] RUN bash /app/download_models.sh cache miss: [4/9] WORKDIR /app cache miss: [3/9] RUN useradd -m -u 1000 user && mkdir /app && chown -R user /app cache miss: [8/9] RUN pip install --user --no-cache-dir -r requirements.txt cache miss: [9/9] COPY . ./ cache miss: [5/9] COPY download_models.sh . {"total":14,"completed":13,"user_total":9,"user_cached":0,"user_completed":8,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":73538}
Build logs:
Fetching error logs...