dabao1955 commited on
Commit
9b66502
·
verified ·
1 Parent(s): d2c8ff4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,7 +8,8 @@ RUN apt-get update && \
8
  apt-get install git python3-pip -y && \
9
  git clone https://github.com/Paraworks/BangDreamAi /app --depth=1 -b light && \
10
  cd /app && \
11
- pip install --no-cache-dir -r requirements.txt
 
12
 
13
  # 开放默认端口
14
  EXPOSE 7860
 
8
  apt-get install git python3-pip -y && \
9
  git clone https://github.com/Paraworks/BangDreamAi /app --depth=1 -b light && \
10
  cd /app && \
11
+ pip install --no-cache-dir -r requirements.txt && \
12
+ pip install gunicorn==21.2.0
13
 
14
  # 开放默认端口
15
  EXPOSE 7860