next-playground commited on
Commit
db1e6f3
1 Parent(s): 8de23a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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