Debuntu images #174
Annotations
1 error
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex && if [ -f /etc/os-release ]; then . /etc/os-release; fi && chmod +x /bin/bash_run && export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl && echo \"deb [ arch=amd64 ] https://repo.pdi.dev/pdi-main.${DISTRO} ${VERSION_CODENAME} main\" > /etc/apt/sources.list.d/pdi.list && curl --output /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://repo.pdi.dev/pdi-main.${DISTRO}/pdidev-archive-keyring.gpg && apt-get update -y && if [[ \"${MPI}\" = openmpi ]]; then MPI4PY=python3-mpi4py; FLOWVR=flowvr; fi && apt-get install -y --no-install-recommends build-essential cmake doxygen gfortran libhdf5-${MPI}-dev lib${MPI}-dev libnetcdf-dev libparaconf-dev libspdlog-dev libyaml-dev \"${MPI/openmpi/openmpi-bin}\" ${MPI4PY} pdidev-archive-keyring pkg-config pybind11-dev python3-dev python3-numpy python3-pip python3-setuptools python3-venv python3-yaml ssh-client && apt-get purge -y curl && apt-get autoremove -y && apt-get clean -y && apt-get autoclean -y && useradd -d /home/ci -m -U ci && rm -rf /var/lib/apt/lists/* && rm -rf /run/nologin && rm -rf /root/* && [ -f ~/.profile ] && ( sed -i 's/mesg n/( tty -s \\&\\& mesg n || true )/g' ~/.profile || true )" did not complete successfully: exit code: 100
|
Loading