Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ WORKDIR /code
|
|
3 |
RUN chmod 777 /code
|
4 |
RUN python -m pip install --upgrade pip && \
|
5 |
pip install aiohttp requests flask[async] flask-cors waitress gunicorn gevent playwright bs4 huggingface_hub
|
6 |
-
RUN playwright install --
|
7 |
|
8 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
9 |
RUN --mount=type=secret,id=token,mode=0444,required=true \
|
|
|
3 |
RUN chmod 777 /code
|
4 |
RUN python -m pip install --upgrade pip && \
|
5 |
pip install aiohttp requests flask[async] flask-cors waitress gunicorn gevent playwright bs4 huggingface_hub
|
6 |
+
RUN playwright install --with-deps firefox
|
7 |
|
8 |
RUN mkdir -p /.cache && chmod 777 /.cache
|
9 |
RUN --mount=type=secret,id=token,mode=0444,required=true \
|