AUXteam commited on
Commit
182599f
·
verified ·
1 Parent(s): fc44524

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. docker-entrypoint.sh +1 -1
docker-entrypoint.sh CHANGED
@@ -33,7 +33,7 @@ fi
33
  if [ -z "${PINCHTAB_CONFIG:-}" ] && [ -f "$default_config_path" ]; then
34
  current_flags="$(/usr/local/bin/pinchtab config get browser.extraFlags 2>/dev/null || true)"
35
  if [ -z "$current_flags" ]; then
36
- /usr/local/bin/pinchtab config set browser.extraFlags "--no-sandbox --disable-gpu" >/dev/null
37
  fi
38
  fi
39
 
 
33
  if [ -z "${PINCHTAB_CONFIG:-}" ] && [ -f "$default_config_path" ]; then
34
  current_flags="$(/usr/local/bin/pinchtab config get browser.extraFlags 2>/dev/null || true)"
35
  if [ -z "$current_flags" ]; then
36
+ /usr/local/bin/pinchtab config set browser.extraFlags -- "--no-sandbox --disable-gpu" >/dev/null
37
  fi
38
  fi
39