Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|