Sign inSign up

tmalex/clean-tts:latest

Multi-platform
Integration & delivery
Message queues
Internet of things
Index digest

sha256:7072427bf24767d0738b957b373b94798194b797ba0b9b813a1c22145f2e8491

OS/ARCH

Compressed size

219.72 MB

Last pushed

14 days by tmalex

Type

Image

Manifest digest

sha256:f09ca9884ee4e3438bd951b20c1d44eeee961b18caec34085f281456714f46a1

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.07 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.160 B
7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B
8RUN /bin/sh -c set -eux;13.78 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update165.88 MB
12WORKDIR /app93 B
13RUN /bin/sh -c pip install7.44 MB
14RUN /bin/sh -c mkdir -p201 B
15COPY bell.wav /app/bell.wav # buildkit40.05 KB
16COPY config.py /app/config.py # buildkit998 B
17COPY settings_manager.py /app/settings_manager.py # buildkit967 B
18COPY backup_manager.py /app/backup_manager.py # buildkit1.32 KB
19COPY i18n_manager.py /app/i18n_manager.py # buildkit1.89 KB
20COPY phonetics_manager.py /app/phonetics_manager.py # buildkit3.36 KB
21COPY tts_engine.py /app/tts_engine.py # buildkit2.09 KB
22COPY queue_manager.py /app/queue_manager.py # buildkit2.55 KB
23COPY ihost_manager.py /app/ihost_manager.py # buildkit2.41 KB
24COPY cache_manager.py /app/cache_manager.py # buildkit1.88 KB
25COPY ha_compat.py /app/ha_compat.py # buildkit3.59 KB
26COPY voice_registry.py /app/voice_registry.py # buildkit3.1 KB
27COPY mcp_server.py /app/mcp_server.py # buildkit6.22 KB
28COPY templates/ /app/templates/ # buildkit37.52 KB
29COPY locales/ /app/locales/ # buildkit20.22 KB
30COPY phonetics/ /app/phonetics/ # buildkit1.53 KB
31COPY README.md /app/README.md # buildkit5.98 KB
32COPY clean_tts.py /app/clean_tts.py # buildkit6.41 KB
33EXPOSE [8123/tcp]0 B
34ENV DEFAULT_VOICE=ro-RO-AlinaNeural0 B
35ENV DEFAULT_LANG=ro0 B
36ENV BELL_WAV=/app/bell.wav0 B
37ENV DATA_DIR=/data0 B
38ENV CACHE_DIR=/data/cache0 B
39ENV PORT=81230 B
40ENV NOCACHE=false0 B
41CMD ["python3" "-u" "/app/clean_tts.py"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'