build error
Job failed with exit code: 1. Reason: cache miss: [frontend-build 5/6] COPY frontend/ ./ cache miss: [base 6/19] RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/conda cache miss: [base 10/19] COPY --chown=user server/requirements.txt ./ cache miss: [base 17/19] RUN chmod +x /home/user/app/server/run.sh /home/user/app/server/download_models.sh && mkdir -p /home/user/app/models && chown -R user:user /home/user/app && chmod -R 755 /home/user/app cache miss: [base 7/19] RUN conda config --set auto_activate_base false && conda config --set channel_priority flexible && mkdir -p ~/.conda && echo "channel_priority: flexible" > ~/.condarc && conda config --add channels conda-forge && conda config --set remote_max_retries 5 && conda config --set remote_connect_timeout_secs 30 && conda config --set remote_read_timeout_secs 30 && conda config --set show_channel_urls True && conda config --set auto_update_conda False && conda config --set notify_outdated_conda False && conda config --set report_errors False && conda config --set always_yes True && conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main && conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r && conda clean -afy cache miss: [frontend-build 3/6] COPY frontend/package.json frontend/package-lock.json* ./ cache miss: [frontend-build 6/6] RUN npm run build cache miss: [base 16/19] COPY --from=frontend-build --chown=user /app/frontend/dist /home/user/app/frontend/dist cache miss: [base 18/19] RUN mkdir -p /data/models 2>/dev/null || true cache miss: [base 13/19] RUN pip install -r requirements.txt cache miss: [frontend-build 4/6] RUN npm install cache miss: [base 12/19] RUN pip install omnilingual_asr-0.1.0-py3-none-any.whl cache miss: [base 4/19] RUN useradd -m -u 1000 user cache miss: [base 3/19] RUN apt-get install -y build-essential wget python3.10 python3-pip libpq-dev cache miss: [base 2/19] RUN apt-get update && apt-get upgrade -y cache miss: [base 8/19] RUN conda config --set channel_priority false && conda create -n transcriptions-api python=3.10 -y && conda install -n transcriptions-api -c conda-forge libsndfile=1.0.31 numpy scipy -y cache miss: [base 5/19] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y fakeroot ca-certificates curl vim ssh wget gcc git ffmpeg libsndfile1 libsox-fmt-all sox libavcodec-extra && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [base 15/19] COPY --chown=user ./server /home/user/app/server cache miss: [frontend-build 2/6] WORKDIR /app/frontend cache miss: [base 11/19] COPY --chown=user server/wheels/omnilingual_asr-0.1.0-py3-none-any.whl ./ cache miss: [base 19/19] WORKDIR /home/user/app/server cache miss: [base 9/19] WORKDIR /home/user/app cache miss: [base 14/19] RUN pip install debugpy {"total":31,"completed":24,"user_total":25,"user_cached":0,"user_completed":18,"user_cacheable":23,"from":2,"miss":23,"client_duration_ms":137519}
Build logs:
Fetching error logs...