Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install ffmpeg -y
|
|
15 |
RUN pip install --no-cache-dir gunicorn
|
16 |
RUN pip install --no-cache-dir -r requirements.txt
|
17 |
RUN pip install --no-cache-dir flask
|
|
|
18 |
|
19 |
# 暴露端口
|
20 |
EXPOSE 1145
|
|
|
15 |
RUN pip install --no-cache-dir gunicorn
|
16 |
RUN pip install --no-cache-dir -r requirements.txt
|
17 |
RUN pip install --no-cache-dir flask
|
18 |
+
RUN pip install --no-cache-dir cos-python-sdk-v5
|
19 |
|
20 |
# 暴露端口
|
21 |
EXPOSE 1145
|