gokstad commited on
Commit
66a209b
·
verified ·
1 Parent(s): 1ffc9b0

Upload dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -23,5 +23,5 @@ COPY . .
23
  EXPOSE 7860
24
 
25
  # Command to start the FastAPI app
26
- CMD ["python", "fine_tune.py"]
27
 
 
23
  EXPOSE 7860
24
 
25
  # Command to start the FastAPI app
26
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
27