speaches-ws (latest-cpu)
Published 2026-02-13 16:16:45 +00:00 by nedos
Installation
docker pull git.nedos.co/experiments/speaches-ws:latest-cpusha256:d715f675a87a21c64fff44159012175c1fdf64c25e7cbcacce25ca2b7a9a3617
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3ef3c820a0 | linux/amd64 | 813 MiB |
Image Layers ( linux/amd64)
| 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"] |
| COPY patched_event_router.py /home/ubuntu/speaches/src/speaches/realtime/input_audio_buffer_event_router.py # buildkit |
| ENV LOOPBACK_HOST_URL=http://localhost:8000 |
| ENV WHISPER__MODEL=Systran/faster-distil-whisper-small.en |
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
2026-02-13 16:16:45 +00:00
Versions (3)
View all
Container
0
OCI / Docker