Spaces:
Runtime error
Runtime error
Commit
·
4a9bf73
1
Parent(s):
2825918
update dockfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN apt-get install build-essential libssl-dev ca-certificates libasound2 wget
|
|
23 |
RUN apt-get install -y ffmpeg
|
24 |
|
25 |
RUN python -m playwright install-deps
|
26 |
-
RUN PLAYWRIGHT_BROWSERS_PATH
|
27 |
# RUN apt-get update && \
|
28 |
# apt-get install -y build-essential libssl-dev ca-certificates libasound2 wget && \
|
29 |
# wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - && \
|
|
|
23 |
RUN apt-get install -y ffmpeg
|
24 |
|
25 |
RUN python -m playwright install-deps
|
26 |
+
RUN PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright python -m playwright install chromium
|
27 |
# RUN apt-get update && \
|
28 |
# apt-get install -y build-essential libssl-dev ca-certificates libasound2 wget && \
|
29 |
# wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - && \
|