build error
Job failed with exit code: 1. Reason: cache miss: [6/9] RUN pip install --upgrade pip && pip install -r requirements.txt cache miss: [4/9] RUN useradd -m -u 1000 user cache miss: [3/9] WORKDIR /app cache miss: [2/9] RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates libstdc++6 libgomp1 libxrender1 libxext6 tini default-jre-headless && rm -rf /var/lib/apt/lists/* cache miss: [9/9] RUN python -c "from STOUT import translate_forward; print('Pre-loading model...'); translate_forward('C'); print('Complete.')" cache miss: [7/9] RUN mkdir -p /app/cache/pystow && chown -R user:user /app/cache cache miss: [5/9] COPY requirements.txt /app/requirements.txt cache miss: [8/9] COPY --chown=user:user . /app {"total":14,"completed":14,"user_total":9,"user_cached":0,"user_completed":9,"user_cacheable":8,"from":1,"miss":8,"client_duration_ms":59464}
Build logs:
Fetching error logs...