Spaces:
Runtime error
Runtime error
fast api
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,4 @@ RUN pip install -r /code/app/requirements.txt
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
-
CMD python app/
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
+
CMD python app/nltk.py && uvicorn app.main:app --host 0.0.0.0 --port 7860
|