mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
release 0.2.7
This commit is contained in:
parent
6d6c03a7e8
commit
eb9a9ce1c7
9 changed files with 16 additions and 13 deletions
|
|
@ -1,3 +1,6 @@
|
|||
import os
|
||||
|
||||
|
||||
KATANEMO_DOCKERHUB_REPO = "katanemo/archgw"
|
||||
KATANEMO_LOCAL_MODEL_LIST = [
|
||||
"katanemo/Arch-Guard",
|
||||
|
|
@ -8,4 +11,4 @@ SERVICE_ALL = "all"
|
|||
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
|
||||
ACCESS_LOG_FILES = "~/archgw_logs/access*"
|
||||
ARCHGW_DOCKER_NAME = "archgw"
|
||||
ARCHGW_DOCKER_IMAGE = "katanemo/archgw:latest"
|
||||
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.2.7")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue