menouaw commited on
Commit
b63b5a5
·
1 Parent(s): 9561069

fix: dépendances playwright

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -40,7 +40,7 @@ def _ensure_playwright():
40
  # cheap when the browser is already present.
41
  try:
42
  subprocess.run(
43
- ["playwright", "install", "chromium"],
44
  check=True,
45
  stdout=subprocess.DEVNULL,
46
  stderr=subprocess.STDOUT,
 
40
  # cheap when the browser is already present.
41
  try:
42
  subprocess.run(
43
+ ["playwright", "install", "--with-deps", "chromium"],
44
  check=True,
45
  stdout=subprocess.DEVNULL,
46
  stderr=subprocess.STDOUT,