Adapt to scikit-learn 1.8.0 #628
Annotations
2 errors
|
build-push (rocky9)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c true && useradd -rm -d /home/rocky -s /bin/bash -g root -u 1000 rocky && dnf upgrade -y --allowerasing && dnf search pandoc && dnf install --enablerepo=devel -y git pandoc wget && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" -o \"$KHIOPSDEV_OS\" = \"rocky9\" ]; then dnf install -y python3.11 python3.11-pip python3.11-setuptools ; fi && if [ -f /etc/os-release ]; then . /etc/os-release; fi && IFS='.' read -ra VERSION <<< \"$VERSION_ID\" && ROCKY_VERSION=${VERSION[0]} && KHIOPS_PKG_FILE=$KHIOPS_REVISION/khiops-core-openmpi-$(echo ${KHIOPS_REVISION} | tr '-' '_')-1.el$ROCKY_VERSION.x86_64.rpm && wget -O KHIOPS_CORE.rpm \"https://github.com/KhiopsML/khiops/releases/download/${KHIOPS_PKG_FILE}\" && dnf install KHIOPS_CORE.rpm -y && rm -f KHIOPS_CORE.rpm && source /etc/profile.d/modules.sh && module unload mpi && module load mpi/openmpi-x86_64 && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" -o \"$KHIOPSDEV_OS\" = \"rocky9\" ]; then alternatives --set python /usr/bin/python3.11 && alternatives --set pip /usr/bin/pip3.11; fi && mkdir -p /root/miniforge3 && cd /root/miniforge3 && wget https://github.com/conda-forge/miniforge/releases/download/25.9.1-0/Miniforge3-25.9.1-0-Linux-x86_64.sh -O ./Miniforge3_25.9.1-0-Linux-x86_64.sh && echo \"07f64c1d908ae036e9f6a81f97704899311c0ae677d83980d664b9781d4cc5fc Miniforge3_25.9.1-0-Linux-x86_64.sh\" | sha256sum --check && bash ./Miniforge3_25.9.1-0-Linux-x86_64.sh -b -u -p /root/miniforge3 && rm -rf /root/miniforge3/Miniforge3_25.9.1-0-Linux-x86_64.sh && dnf clean all && rm -rf ./khiops && true" did not complete successfully: exit code: 2
|
|
build-push (rocky8)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c true && useradd -rm -d /home/rocky -s /bin/bash -g root -u 1000 rocky && dnf upgrade -y --allowerasing && dnf search pandoc && dnf install --enablerepo=devel -y git pandoc wget && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" -o \"$KHIOPSDEV_OS\" = \"rocky9\" ]; then dnf install -y python3.11 python3.11-pip python3.11-setuptools ; fi && if [ -f /etc/os-release ]; then . /etc/os-release; fi && IFS='.' read -ra VERSION <<< \"$VERSION_ID\" && ROCKY_VERSION=${VERSION[0]} && KHIOPS_PKG_FILE=$KHIOPS_REVISION/khiops-core-openmpi-$(echo ${KHIOPS_REVISION} | tr '-' '_')-1.el$ROCKY_VERSION.x86_64.rpm && wget -O KHIOPS_CORE.rpm \"https://github.com/KhiopsML/khiops/releases/download/${KHIOPS_PKG_FILE}\" && dnf install KHIOPS_CORE.rpm -y && rm -f KHIOPS_CORE.rpm && source /etc/profile.d/modules.sh && module unload mpi && module load mpi/openmpi-x86_64 && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" -o \"$KHIOPSDEV_OS\" = \"rocky9\" ]; then alternatives --set python /usr/bin/python3.11 && alternatives --set pip /usr/bin/pip3.11; fi && mkdir -p /root/miniforge3 && cd /root/miniforge3 && wget https://github.com/conda-forge/miniforge/releases/download/25.9.1-0/Miniforge3-25.9.1-0-Linux-x86_64.sh -O ./Miniforge3_25.9.1-0-Linux-x86_64.sh && echo \"07f64c1d908ae036e9f6a81f97704899311c0ae677d83980d664b9781d4cc5fc Miniforge3_25.9.1-0-Linux-x86_64.sh\" | sha256sum --check && bash ./Miniforge3_25.9.1-0-Linux-x86_64.sh -b -u -p /root/miniforge3 && rm -rf /root/miniforge3/Miniforge3_25.9.1-0-Linux-x86_64.sh && dnf clean all && rm -rf ./khiops && true" did not complete successfully: exit code: 2
|