Yuchan5386 commited on
Commit
2e43411
·
verified ·
1 Parent(s): 35d657e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,6 +4,6 @@ WORKDIR /app
4
 
5
  COPY . .
6
 
7
- RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece
8
 
9
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
 
4
 
5
  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"]