tom12112 commited on
Commit
6c8a214
·
verified ·
1 Parent(s): 66d9861

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ COPY . .
34
  RUN pip install --no-cache-dir -e .
35
 
36
  # 安装额外的依赖,确保fastapi、uvicorn和loguru已安装
37
- RUN pip install --no-cache-dir fastapi uvicorn loguru opencv-python pillow numpy torch torchvision
38
 
39
  # 暴露端口
40
  EXPOSE 7860
 
34
  RUN pip install --no-cache-dir -e .
35
 
36
  # 安装额外的依赖,确保fastapi、uvicorn和loguru已安装
37
+ RUN pip install --no-cache-dir fastapi uvicorn loguru opencv-python pillow numpy torch torchvision python-socketio
38
 
39
  # 暴露端口
40
  EXPOSE 7860