From 6082d8c01a5744bd110e0029fe081dd750f3b89c Mon Sep 17 00:00:00 2001 From: kakaaaaa4 <73322735+kakaaaaa4@users.noreply.github.com> Date: Sat, 8 Apr 2023 14:16:08 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9da7c98..4931bff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.7.13-slim-buster RUN apt-get update -y RUN apt install gcc g++ git wget -y -RUN apt-get install ffmpeg libsm6 libxext6 - +RUN apt-get install ffmpeg libsm6 libxext6 -y RUN pip install setuptools cython numpy WORKDIR /workspace