Backend integration with the website UI

This commit is contained in:
2026-04-12 03:27:52 +00:00
parent 53c67d569a
commit 2d379bece7
16 changed files with 568 additions and 67 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.9-slim
# Install ffmpeg and other necessary packages
RUN apt-get update && \
apt-get install -y ffmpeg libgl1-mesa-glx libglib2.0-0 && \
apt-get install -y ffmpeg libgl1 libglib2.0-0 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*