Skip to content

Update Dockerfile

Update Dockerfile #19

Triggered via push October 9, 2025 03:28
Status Failure
Total duration 36s
Artifacts
build-and-push
32s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget curl git build-essential tzdata && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE_VERSION}.x nodistro main\" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && wget \"https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-x86_64.sh\" -O miniforge.sh && /bin/bash miniforge.sh -b -p ${CONDA_DIR} && rm miniforge.sh && conda init bash && . /root/.bashrc && conda install -n base uv -c conda-forge -y && conda create -n py${PYTHON_VERSION} python=${PYTHON_VERSION} -y && uv pip install --python=${CONDA_DIR}/envs/py${PYTHON_VERSION}/bin/python numpy pandas matplotlib && mkdir -p /home/coder && chown -R coder:coder /home/coder && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 127