feat(sandbox): add support for extra Docker build arguments (#5447)

This commit is contained in:
Cheng Yang
2024-12-12 10:21:46 +08:00
committed by GitHub
parent ffd472d6b8
commit 7e4c1c733b
8 changed files with 30 additions and 3 deletions

View File

@@ -217,6 +217,9 @@ llm_config = 'gpt3'
# Use host network
#use_host_network = false
# runtime extra build args
#runtime_extra_build_args = ["--network=host", "--add-host=host.docker.internal:host-gateway"]
# Enable auto linting after editing
#enable_auto_lint = false