Yuchan5386 commited on
Commit
2c210ef
·
verified ·
1 Parent(s): 366eb5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  COPY . .
6
  RUN pip install --upgrade pip
7
- RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece nltk scikit-learn faiss-cpu sentence-transformers
8
 
9
 
10
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
 
4
 
5
  COPY . .
6
  RUN pip install --upgrade pip
7
+ RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece nltk scikit-learn
8
 
9
 
10
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]