We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker actions are failing: https://github.com/TomographicImaging/CILViewer/actions/runs/12672941825/job/35318315794?pr=446
With error: ERROR: failed to solve: process "/bin/sh -c bash install-mambaforge-and-env.sh" did not complete successfully: exit code: 127
This is due to this line:
CILViewer/docker/web-app/install-mambaforge-and-env.sh
Line 8 in 076cfb9
The package no longer exists there! This is because it was renamed to miniforge and the link needs to be replaced with:
https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-Linux-x86_64.sh
The rename: https://github.com/conda-forge/miniforge/pull/704/files
The release with this rename went out 4 days ago https://github.com/conda-forge/miniforge/releases/tag/24.11.2-1
The text was updated successfully, but these errors were encountered:
lauramurgatroyd
Successfully merging a pull request may close this issue.
Docker actions are failing: https://github.com/TomographicImaging/CILViewer/actions/runs/12672941825/job/35318315794?pr=446
With error: ERROR: failed to solve: process "/bin/sh -c bash install-mambaforge-and-env.sh" did not complete successfully: exit code: 127
This is due to this line:
CILViewer/docker/web-app/install-mambaforge-and-env.sh
Line 8 in 076cfb9
The package no longer exists there! This is because it was renamed to miniforge and the link needs to be replaced with:
https://github.com/conda-forge/miniforge/releases/download/24.11.2-1/Miniforge3-Linux-x86_64.sh
The rename: https://github.com/conda-forge/miniforge/pull/704/files
The release with this rename went out 4 days ago https://github.com/conda-forge/miniforge/releases/tag/24.11.2-1
The text was updated successfully, but these errors were encountered: