Yuchan5386 commited on
Commit
488e0e7
·
verified ·
1 Parent(s): b84a814

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "api:app", "--host", "0.0.0.0", "--port", "7860"]
 
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"]