Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -12,9 +12,8 @@ RUN apt-get update && apt-get install -y \
|
|
12 |
libnss3 \
|
13 |
libasound2
|
14 |
|
15 |
-
# Install
|
16 |
RUN pip install playwright
|
17 |
-
RUN pip install gradio
|
18 |
|
19 |
# Install browser dependencies
|
20 |
RUN playwright install
|
|
|
12 |
libnss3 \
|
13 |
libasound2
|
14 |
|
15 |
+
# Install playwright
|
16 |
RUN pip install playwright
|
|
|
17 |
|
18 |
# Install browser dependencies
|
19 |
RUN playwright install
|