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