release 0.2.7 (#469)

This commit is contained in:
Adil Hafeez 2025-04-16 13:55:24 -07:00 committed by GitHub
parent 6d6c03a7e8
commit 00fb1be8a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 23 additions and 17 deletions

View file

@ -20,6 +20,7 @@ from cli.core import (
download_models_from_hf,
)
from cli.consts import (
ARCHGW_DOCKER_IMAGE,
KATANEMO_DOCKERHUB_REPO,
SERVICE_NAME_ARCHGW,
SERVICE_NAME_MODEL_SERVER,
@ -90,6 +91,8 @@ def build(service):
ARCHGW_DOCKERFILE,
"-t",
f"{KATANEMO_DOCKERHUB_REPO}:latest",
"-t",
f"{ARCHGW_DOCKER_IMAGE}",
".",
"--add-host=host.docker.internal:host-gateway",
],