feat(ligandmpnn): update docker.io/library/python ( 3.12 → 3.13 ) #9
Annotations
1 error and 1 warning
Build Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c groupadd --gid ${GID} ${USERNAME} && useradd --uid ${UID} --gid ${GID} --create-home --shell /bin/bash ${USERNAME} && apt-get update && apt-get install -y --no-install-recommends curl unzip build-essential catatonit jq gnupg ca-certificates lsb-release nano vim tree git && git clone https://github.com/dauparas/LigandMPNN /tmp/app && cp -R /tmp/app /app && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[RareCompute](https://github.com/RareCompute)\\n\" \"${VERSION}\" > /app/package_info && chown -R ${UID}:${GID} /app && chmod -R 755 /app && curl -LsSf https://astral.sh/uv/0.5.6/install.sh | sh && . $HOME/.local/bin/env && uv venv --no-python-downloads /opt/venv && . /opt/venv/bin/activate && cd /tmp/app && uv pip install -r /tmp/app/requirements.txt && chown -R ${UID}:${GID} /opt/venv && chmod -R 755 /opt/venv && apt-get purge -y build-essential && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache /var/lib/apt/lists/* /tmp/* /var/tmp/* && chsh -s /bin/bash" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading