Build(deps): Bump actions/download-artifact from 3 to 4 #383
Annotations
1 error
Build image and export
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ND_ENTRYPOINT=\"/neurodocker/startup.sh\" && apt-get update -qq && apt-get install -y -q --no-install-recommends apt-utils bzip2 ca-certificates curl locales unzip && apt-get clean && rm -rf /var/lib/apt/lists/* && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=\"en_US.UTF-8\" && chmod 777 /opt && chmod a+s /opt && mkdir -p /neurodocker && if [ ! -f \"$ND_ENTRYPOINT\" ]; then echo '#!/usr/bin/env bash' >> \"$ND_ENTRYPOINT\" && echo 'set -e' >> \"$ND_ENTRYPOINT\" && echo 'export USER=\"${USER:=`whoami`}\"' >> \"$ND_ENTRYPOINT\" && echo 'if [ -n \"$1\" ]; then \"$@\"; else /usr/bin/env bash; fi' >> \"$ND_ENTRYPOINT\"; fi && chmod -R 777 /neurodocker && chmod a+s /neurodocker" did not complete successfully: exit code: 100
|
The logs for this run have expired and are no longer available.
Loading