Fix Docker
This commit is contained in:
+1
-3
@@ -4,9 +4,7 @@ FROM python:latest
|
||||
# Install Additional System Dependencies
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y \
|
||||
ffmpeg \
|
||||
libsm6 \
|
||||
libxext6
|
||||
libgl1
|
||||
|
||||
# Clear cache
|
||||
RUN apt-get autoremove
|
||||
|
||||
Reference in New Issue
Block a user