Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
|
|
8 |
COPY . /app
|
9 |
|
10 |
# 安装依赖
|
|
|
11 |
RUN pip install --no-cache-dir gunicorn
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
RUN pip install --no-cache-dir flask
|
|
|
8 |
COPY . /app
|
9 |
|
10 |
# 安装依赖
|
11 |
+
RUN apt update & apt install ffmpeg
|
12 |
RUN pip install --no-cache-dir gunicorn
|
13 |
RUN pip install --no-cache-dir -r requirements.txt
|
14 |
RUN pip install --no-cache-dir flask
|