add opengl
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 19:18:33 +08:00
parent ef92f57c04
commit 21f663c341
1 changed files with 3 additions and 0 deletions

View File

@ -8,4 +8,7 @@ COPY . /app
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
RUN pip install -r requirements.txt
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
CMD ["python", "app.py"]