Spaces:
Running
Running
Yondika Vio Landa
commited on
Commit
·
5d68174
1
Parent(s):
60d43cf
update for hf
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
8 |
COPY . /code
|
9 |
|
10 |
EXPOSE 7860
|
11 |
-
CMD ["uvicorn", "
|
|
|
8 |
COPY . /code
|
9 |
|
10 |
EXPOSE 7860
|
11 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|