The docs quickstart (frontend/docs/src/content/docs/index.mdx) offers a Docker tab:
docker run -it --rm ghcr.io/synthetic-sciences/openscience
That image doesn't exist. An anonymous pull-token manifest request for ghcr.io/synthetic-sciences/openscience:latest is denied, and there's no Dockerfile or ghcr publish step anywhere in .github/workflows/.
Either remove the Docker tab or actually publish the image. The Mise tab on the same page (mise use -g github:synthetic-sciences/OpenScience) is plausible (release assets have mise-friendly names) but untested; worth a quick verify while in there.
The docs quickstart (
frontend/docs/src/content/docs/index.mdx) offers a Docker tab:That image doesn't exist. An anonymous pull-token manifest request for
ghcr.io/synthetic-sciences/openscience:latestis denied, and there's no Dockerfile or ghcr publish step anywhere in.github/workflows/.Either remove the Docker tab or actually publish the image. The Mise tab on the same page (
mise use -g github:synthetic-sciences/OpenScience) is plausible (release assets have mise-friendly names) but untested; worth a quick verify while in there.