build error

Job failed with exit code: 1. Reason: cache miss: [3/8] WORKDIR /app cache miss: [6/8] RUN pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir hypercorn cache miss: [5/8] COPY requirements.txt . cache miss: [4/8] RUN apt-get update && apt-get install -y build-essential wget gnupg unzip xvfb && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list && apt-get update && apt-get install -y google-chrome-stable && chown -R chrome:chrome /usr/bin/google-chrome && rm -rf /var/lib/apt/lists/* cache miss: [8/8] RUN chown -R chrome:chrome /app cache miss: [7/8] COPY . /app cache miss: [2/8] RUN mkdir -p /home/chrome && groupadd -r chrome && useradd -r -g chrome -G audio,video chrome && mkdir -p /home/chrome/Downloads && chown -R chrome:chrome /home/chrome {"total":13,"completed":9,"user_total":8,"user_cached":0,"user_completed":4,"user_cacheable":7,"from":1,"miss":7,"client_duration_ms":32522}

Build logs:

Fetching error logs...