Spaces:
Runtime error
Runtime error
Commit ·
b2b1565
1
Parent(s): e0e9602
add chromium
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
RUN python -m playwright install-deps
|
| 13 |
-
RUN python -m playwright install
|
| 14 |
|
| 15 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
| 16 |
&& cd openssl-1.1.1u \
|
|
|
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
RUN python -m playwright install-deps
|
| 13 |
+
RUN python -m playwright install chromium
|
| 14 |
|
| 15 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
| 16 |
&& cd openssl-1.1.1u \
|