Skip browser dependency build in Dockerfile when browser is disabled (#9815)

This commit is contained in:
Boxuan Li
2025-07-21 08:34:11 -07:00
committed by GitHub
parent df75116184
commit 19ca52f954
11 changed files with 97 additions and 18 deletions

View File

@@ -250,6 +250,7 @@ class RemoteRuntime(ActionExecutionClient):
platform=self.config.sandbox.platform,
extra_deps=self.config.sandbox.runtime_extra_deps,
force_rebuild=self.config.sandbox.force_rebuild_runtime,
enable_browser=self.config.enable_browser,
)
response = self._send_runtime_api_request(