Add Dockerfile

This commit is contained in:
sascha 2026-04-19 09:57:31 +02:00
parent bc99716b07
commit 354df8ba36

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM python:3.11-slim
RUN pip install --no-cache-dir wyoming==1.5.4 aiohttp
COPY wyoming-chatterbox.py wyoming-faster-whisper.py /app/