mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 12:52:37 +02:00
Optimize: Avoid Chromium redundancy (Docker)
This commit is contained in:
parent
38982ec958
commit
7b9c85b1a2
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ from metagpt.const import PROJECT_ROOT
|
|||
from metagpt.logs import logger
|
||||
from metagpt.utils.common import check_cmd_exists
|
||||
|
||||
IS_DOCKER = os.environ.get('AM_I_IN_A_DOCKER_CONTAINER', 'false').lower()
|
||||
IS_DOCKER = os.environ.get('PUPPETEER_SKIP_CHROMIUM_DOWNLOAD', 'false').lower()
|
||||
|
||||
|
||||
def mermaid_to_file(mermaid_code, output_file_without_suffix, width=2048, height=2048) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue