Yuchan5386 commited on
Commit
d824bde
·
verified ·
1 Parent(s): 1746a1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10-slim
3
  WORKDIR /app
4
 
5
  COPY . .
6
-
7
  RUN pip install fastapi uvicorn tensorflow numpy requests sentencepiece nltk scikit-learn faiss sentence-transformers
8
 
9
 
 
3
  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 sentence-transformers
8
 
9