Skip to content

added miniconda devcontainer #6

added miniconda devcontainer

added miniconda devcontainer #6

Triggered via pull request March 28, 2024 04:07
Status Failure
Total duration 55s
Artifacts

miniconda_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && MINICONDA_URL = \"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\" && SHA256SUM = \"b978856ec3c826eb495b60e3fffe621f670c101150ebcbdeede4f961f22dc438\" && wget \"${MINICONDA_URL}\" -O miniconda.sh -q && echo \"${SHA256SUM} miniconda.sh\" > shasum && mkdir -p /opt && bash miniconda.sh -b -p /opt/conda && rm miniconda.sh shasum && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo \". /opt/conda/etc/profile.d/conda.sh\" >> ~/.bashrc && echo \"conda activate base\" >> ~/.bashrc && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy" did not complete successfully: exit code: 127