anon4ik commited on
Commit
6824706
1 Parent(s): 1c79a0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --with_deps firefox
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 \