fix: Runtime pods fail to start due to missing Playwright browser path (#12130)

This commit is contained in:
Tim O'Farrell 2025-12-22 10:04:10 -07:00 committed by GitHub
parent 10edb28729
commit 2b8f779b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -804,6 +804,8 @@ class SaasNestedConversationManager(ConversationManager):
env_vars['ENABLE_V1'] = '0'
env_vars['SU_TO_USER'] = SU_TO_USER
env_vars['DISABLE_VSCODE_PLUGIN'] = str(DISABLE_VSCODE_PLUGIN).lower()
env_vars['BROWSERGYM_DOWNLOAD_DIR'] = '/workspace/.downloads/'
env_vars['PLAYWRIGHT_BROWSERS_PATH'] = '/opt/playwright-browsers'
# We need this for LLM traces tracking to identify the source of the LLM calls
env_vars['WEB_HOST'] = WEB_HOST