rename docker image to kortix/suna

This commit is contained in:
Krishav Raj Singh 2025-08-11 14:07:52 +05:30
parent b0f830df56
commit 73e37e30ca
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ services:
dockerfile: ${DOCKERFILE:-Dockerfile}
args:
TARGETPLATFORM: ${TARGETPLATFORM:-linux/amd64}
image: chirkoot/suna:0.3.35
image: kortix/suna:0.1.3
ports:
- "6080:6080" # noVNC web interface
- "5901:5901" # VNC port

View File

@ -252,8 +252,8 @@ class Configuration:
STRIPE_PRODUCT_ID_STAGING: str = 'prod_SCgIj3G7yPOAWY'
# Sandbox configuration
SANDBOX_IMAGE_NAME = "chirkoot/suna:0.3.35"
SANDBOX_SNAPSHOT_NAME = "chirkoot/suna:0.3.35"
SANDBOX_IMAGE_NAME = "kortix/suna:0.1.3"
SANDBOX_SNAPSHOT_NAME = "kortix/suna:0.1.3"
SANDBOX_ENTRYPOINT = "/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf"
# LangFuse configuration

View File

@ -669,8 +669,8 @@ class SetupWizard:
f"Visit {Colors.GREEN}https://app.daytona.io/dashboard/snapshots{Colors.ENDC}{Colors.CYAN} to create a snapshot."
)
print_info("Create a snapshot with these exact settings:")
print_info(f" - Name:\t\t{Colors.GREEN}chirkoot/suna:0.3.35{Colors.ENDC}")
print_info(f" - Snapshot name:\t{Colors.GREEN}chirkoot/suna:0.3.35{Colors.ENDC}")
print_info(f" - Name:\t\t{Colors.GREEN}kortix/suna:0.1.3{Colors.ENDC}")
print_info(f" - Snapshot name:\t{Colors.GREEN}kortix/suna:0.1.3{Colors.ENDC}")
print_info(
f" - Entrypoint:\t{Colors.GREEN}/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf{Colors.ENDC}"
)