Add config file for controlling lab components #131
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 && conda install -c ${CHANNEL} -y pyincore=${PYINCORE} pyincore-viz=${PYINCORE_VIZ} pyincore-data=${PYINCORE_DATA} && conda 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: 2
|