fixed ffmpeg
This commit is contained in:
parent
58a9f32a7c
commit
015d5e74b2
@ -1,6 +1,11 @@
|
||||
# Use official Python image
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Install ffmpeg and other dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ffmpeg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
@ -5,4 +5,3 @@ fastapi
|
||||
pathlib
|
||||
uvicorn
|
||||
jinja2
|
||||
ffmpeg
|
||||
Loading…
x
Reference in New Issue
Block a user