Block a user
speaches (latest-cpu)
Published 2026-05-27 00:16:55 +02:00 by admin
Installation
docker pull registry.exlega.de/admin/speaches:latest-cpusha256:1d4f852ff5b148d675bcd751f414835c0bcef2541c1df8ffdeb43714968aafe6
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:dafefa97de6dc66a6734ec6f05e58125ce01225cccce3f50662330c252aad518 in / |
| CMD ["/bin/bash"] |
| LABEL org.opencontainers.image.source=https://github.com/speaches-ai/speaches |
| LABEL org.opencontainers.image.licenses=MIT |
| RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl ffmpeg && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd --create-home --shell /bin/bash --uid 1000 ubuntu || true # buildkit |
| USER ubuntu |
| ENV HOME=/home/ubuntu PATH=/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| WORKDIR /home/ubuntu/speaches |
| COPY --chown=ubuntu /uv /bin/uv # buildkit |
| RUN /bin/sh -c uv sync --frozen --compile-bytecode --no-install-project --extra ui # buildkit |
| COPY --chown=ubuntu . . # buildkit |
| RUN /bin/sh -c uv sync --frozen --compile-bytecode --extra ui # buildkit |
| RUN /bin/sh -c mkdir -p $HOME/.cache/huggingface/hub # buildkit |
| ENV UVICORN_HOST=0.0.0.0 |
| ENV UVICORN_PORT=8000 |
| ENV PATH=/home/ubuntu/speaches/.venv/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV HF_HUB_ENABLE_HF_TRANSFER=0 |
| ENV DO_NOT_TRACK=1 |
| ENV GRADIO_ANALYTICS_ENABLED=False |
| ENV DISABLE_TELEMETRY=1 |
| ENV HF_HUB_DISABLE_TELEMETRY=1 |
| EXPOSE &{[{{51 0} {51 0}}] 0xc00050ec80} |
| CMD ["uvicorn" "--factory" "speaches.main:create_app"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.source | https://github.com/speaches-ai/speaches |
| org.opencontainers.image.version | 24.04 |
Details
Versions (1)
View all
latest-cpu
2026-05-27