switch docker image from dev to main
This commit is contained in:
parent
67306786f1
commit
c58d9ad12f
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ def start_ui(
|
||||||
)
|
)
|
||||||
logger.info("(localhost will be auto-converted to host.docker.internal)")
|
logger.info("(localhost will be auto-converted to host.docker.internal)")
|
||||||
|
|
||||||
docker_cmd.append("cognee/cognee-mcp:daulet-dev")
|
docker_cmd.append("cognee/cognee-mcp:main")
|
||||||
|
|
||||||
mcp_process = subprocess.Popen(
|
mcp_process = subprocess.Popen(
|
||||||
docker_cmd,
|
docker_cmd,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue