Spaces:
Sleeping
Sleeping
unitable
commited on
Commit
·
4a98fb5
1
Parent(s):
4d97b55
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,6 +2,6 @@ FROM python:3.9
|
|
2 |
COPY . .
|
3 |
WORKDIR /
|
4 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
5 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
6 |
|
7 |
|
|
|
2 |
COPY . .
|
3 |
WORKDIR /
|
4 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
5 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "10"]
|
6 |
|
7 |
|