credent007 commited on
Commit
385afe7
·
verified ·
1 Parent(s): 679a94f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,5 +24,6 @@ RUN pip install -r requirements.txt
24
 
25
  COPY . .
26
 
27
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
28
 
 
24
 
25
  COPY . .
26
 
27
+ # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
28
+ CMD ["python", "model_loader.py"]
29