Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ COPY . .
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
-
RUN pipenv
|
31 |
|
32 |
# CMD pipenv run python update.py
|
33 |
# CMD pipenv run python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
+
RUN pipenv run pip install fastapi==0.109.2 uvicorn==0.27.0.post1 torch==2.3.0 transformers==4.37.2 pillow==10.2.0 httpx==0.26.0 pydantic==2.6.1
|
31 |
|
32 |
# CMD pipenv run python update.py
|
33 |
# CMD pipenv run python -m gunicorn main:app -b 0.0.0.0:7860 -w 8 --timeout 600
|