Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,4 +6,4 @@ COPY . .
|
|
6 |
|
7 |
RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece nltk scikit-learn
|
8 |
|
9 |
-
CMD ["uvicorn", "
|
|
|
6 |
|
7 |
RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece nltk scikit-learn
|
8 |
|
9 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|