Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
|
|
2 |
WORKDIR /code
|
3 |
RUN chmod 777 /code
|
4 |
RUN python -m pip install --upgrade pip && \
|
5 |
-
pip install nest_asyncio requests waitress flask[async]
|
6 |
|
7 |
RUN --mount=type=secret,id=token,mode=0444,required=true \
|
8 |
--mount=type=secret,id=url,mode=0444,required=true \
|
|
|
2 |
WORKDIR /code
|
3 |
RUN chmod 777 /code
|
4 |
RUN python -m pip install --upgrade pip && \
|
5 |
+
pip install nest_asyncio requests waitress flask[async] gradio_client flask-cors gunicorn gevent bs4 huggingface_hub
|
6 |
|
7 |
RUN --mount=type=secret,id=token,mode=0444,required=true \
|
8 |
--mount=type=secret,id=url,mode=0444,required=true \
|