Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|