Spaces:
Sleeping
Sleeping
delta commited on
Commit ·
ec30ef9
1
Parent(s): 3065ecd
fix: match playwright docker image v1.50.0
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM mcr.microsoft.com/playwright/python:v1.
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY requirements.txt .
|
|
|
|
| 1 |
+
FROM mcr.microsoft.com/playwright/python:v1.50.0-noble
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY requirements.txt .
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio>=4.0
|
| 2 |
-
playwright
|
| 3 |
nest_asyncio
|
| 4 |
huggingface_hub
|
|
|
|
| 1 |
gradio>=4.0
|
| 2 |
+
playwright==1.50.0
|
| 3 |
nest_asyncio
|
| 4 |
huggingface_hub
|