rogerxavier
commited on
Commit
•
d914b95
1
Parent(s):
2405aa9
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -56,6 +56,9 @@ COPY requirements.txt .
|
|
56 |
RUN pip install -r requirements.txt
|
57 |
|
58 |
COPY . .
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
EXPOSE 7860
|
|
|
56 |
RUN pip install -r requirements.txt
|
57 |
|
58 |
COPY . .
|
59 |
+
# 安装 uvicorn
|
60 |
+
RUN pip install uvicorn
|
61 |
+
|
62 |
|
63 |
|
64 |
EXPOSE 7860
|