Skip to content

Add config file for controlling lab components #136

Add config file for controlling lab components

Add config file for controlling lab components #136

Triggered via pull request December 6, 2023 20:38
Status Failure
Total duration 1m 20s
Artifacts

docker.yml

on: pull_request
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker (lab)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c umask 0 && find /opt/conda ! -perm -o=w -print | sort > /tmp/oldfiles && mamba install -c ${CHANNEL} -y pyincore=${PYINCORE} pyincore-viz=${PYINCORE_VIZ} pyincore-data=${PYINCORE_DATA} && mamba clean --yes --all --force-pkgs-dirs && find /opt/conda ! -perm -o=w -print | sort > /tmp/newfiles && comm -13 /tmp/oldfiles /tmp/newfiles | xargs -d '\\n' -n 100 chmod a+w && rm -f /tmp/oldfiles /tmp/newfiles" did not complete successfully: exit code: 1