Skip to content

Update Dockerfile

Update Dockerfile #27

Re-run triggered July 24, 2023 17:01
Status Failure
Total duration 14m 58s
Artifacts

docker-image.yml

on: push
Push Docker image to Docker Hub
14m 44s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error
Push Docker image to Docker Hub
buildx failed with: ERROR: failed to solve: executor failed running [/bin/sh -c echo "Downloading FSL ..." && mkdir -p /opt/fsl-6.0.5 && curl -fsSL --retry 5 https://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-6.0.5-centos7_64.tar.gz | tar -xz -C /opt/fsl-6.0.5 --strip-components 1 --exclude='fsl/doc' --exclude='fsl/data/atlases' --exclude='fsl/data/possum' --exclude='fsl/src' --exclude='fsl/extras/src' --exclude='fsl/bin/fslview*' --exclude='fsl/bin/FSLeyes' && echo "Installing FSL conda environment ..." && sed -i -e "/fsleyes/d" -e "/wxpython/d" ${FSLDIR}/etc/fslconf/fslpython_environment.yml && bash /opt/fsl-6.0.5/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.5 && find ${FSLDIR}/fslpython/envs/fslpython/lib/python3.8/site-packages/ -type d -name "tests" -print0 | xargs -0 rm -r && ${FSLDIR}/fslpython/bin/conda clean --all]: exit code: 3