Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|