Spaces:
Runtime error
Runtime error
Commit
·
16f7bce
1
Parent(s):
1f72e50
correct docker file issue
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 playwright install webkit
|
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 webkit
|
14 |
|
15 |
RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
16 |
&& cd openssl-1.1.1u \
|