LalitMahale
commited on
Commit
·
286227c
1
Parent(s):
abafda1
error in dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ ENV TRANSFORMERS_CACHE=/tmp/huggingface_cache
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Command to run the FastAPI app with uvicorn (make sure your app is in main.py)
|
20 |
-
CMD ["uvicorn", "
|
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Command to run the FastAPI app with uvicorn (make sure your app is in main.py)
|
20 |
+
CMD ["uvicorn", "app:app", "--reload", "--host=0.0.0.0", "--port=7860"]
|