Backend integration with the website UI
This commit is contained in:
+1
-1
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user