Skip to content

docs(container): stop advertising private GHCR pulls - #347

Merged
LauraGPT merged 1 commit into
mainfrom
codex/fix-private-ghcr-docs-339
Aug 30, 2026
Merged

docs(container): stop advertising private GHCR pulls#347
LauraGPT merged 1 commit into
mainfrom
codex/fix-private-ghcr-docs-339

Conversation

@LauraGPT

Copy link
Copy Markdown
Member

Summary

  • stop advertising the new GHCR package as anonymously pullable while its visibility is private
  • keep local Docker builds as the verified public installation path in both English and Chinese READMEs
  • add a bilingual regression test that rejects the inaccessible anonymous pull command

Refs #339

User impact

Users no longer follow an official docker pull command that currently returns HTTP 401. GPU and CPU examples both run the locally built sensevoice image on the actual port 50000.

Model, API, and runtime impact

  • No model behavior changes.
  • Affects SenseVoiceSmall ASR output.
  • Affects emotion, audio-event, or language-tag behavior.
  • Affects FastAPI, web UI, ONNX, Docker, or examples.
  • Affects GGUF / llama.cpp runtime assets or docs.
  • Affects Hugging Face, ModelScope, or model-card routing.

Validation

  • I ran the relevant tests or commands: python -m unittest discover -s tests (5 passed)
  • I checked changed README/docs/model links.
  • I verified affected runtime behavior: the package API reports visibility=private and an anonymous GHCR manifest request returns HTTP 401.

Screenshots, logs, or transcripts

The regression test failed before the README change because both READMEs contained docker pull ghcr.io/qwenaudio/sensevoice:latest, then passed after the inaccessible command was removed.

Notes for reviewers

Exact signed+DCO head: a82a144. The build workflow and image remain unchanged. Once the package is actually Public and anonymous manifest validation passes, the pull instructions can be restored in a follow-up.

Keep local Docker builds as the public path until the SenseVoice package is made public. Cover both READMEs with a regression test.

Refs #339

Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com>
@LauraGPT
LauraGPT merged commit acedd19 into main Aug 30, 2026
2 checks passed
@LauraGPT
LauraGPT deleted the codex/fix-private-ghcr-docs-339 branch August 30, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant