This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Build & publish images through GHA #4
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c tar -xzvf /tools.tar.gz -C /usr/local/bin --strip-components=1\n rm /tools.tar.gz\n conda config --set ssl_verify false\n rapids-mamba-retry install conda-merge git\n cat /rapids.yml\n | sed -r \"s/CUDA_VER/$(echo $CUDA_VER | cut -d. -f1,2)/g\"\n | sed -r \"s/RAPIDS_VER/${RAPIDS_VER}/g\"\n | sed -r \"s/UCX_PY_VER/${UCX_PY_VER}/g\"\n > /rapids_pinned.yml\n cat /dask.yml\n | sed -r \"s/pyarrow=/pyarrow>=/g\"\n > /dask_unpinned.yml\n conda-merge /rapids_pinned.yml /dask_unpinned.yml > /distributed.yml\n rapids-mamba-retry env create -n dask --file /distributed.yml\n chmod -R ugo+rw /opt/conda\n conda clean -tipy\n chmod -R ugo+rw /opt/conda\n useradd -r -g conda -u 10000 dask\n" did not complete successfully: exit code: 2
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading