delta commited on
Commit
ec30ef9
·
1 Parent(s): 3065ecd

fix: match playwright docker image v1.50.0

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM mcr.microsoft.com/playwright/python:v1.40.0-jammy
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