Merge branch 'main' into adil/release_0.3.0

This commit is contained in:
Adil Hafeez 2025-05-23 09:37:45 -07:00
commit 2c3e21a5d6
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 6 additions and 2 deletions

View file

@ -52,7 +52,7 @@ def docker_start_archgw_detached(
port_mappings = [
f"{prompt_gateway_port}:{prompt_gateway_port}",
f"{llm_gateway_port}:{llm_gateway_port}",
"9901:19901",
"19901:9901",
]
port_mappings_args = [item for port in port_mappings for item in ("-p", port)]