Subida de código
This commit is contained in:
11
whisper-distributed/splitter/Dockerfile
Normal file
11
whisper-distributed/splitter/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Instalar dependencias
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
RUN pip install pika pydub
|
||||
|
||||
COPY app.py .
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user