Remove obsolete files

This commit is contained in:
ben
2025-04-14 15:10:29 +02:00
parent 748164a79b
commit 78dcd4e7fd

View File

@@ -1,13 +0,0 @@
FROM debian:bookworm-slim
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
sudo \
python3 \
python3-distutils \
python3-pip \
ffmpeg
RUN pip install -U openai-whisper --break-system-packages
WORKDIR /app
CMD ["whisper"]