From 6b4f17ee382785bc365762bf52a4f4eceb74ae7f Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Tue, 22 Apr 2025 13:45:12 +0100 Subject: [PATCH] change to right resolution docker --- README.md | 2 +- backend/sandbox/docker/docker-compose.yml | 2 +- backend/sandbox/sandbox.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 490f20b4..145d3a5a 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ You'll need the following components: - Generate an API key from your account settings - Go to [Images](https://app.daytona.io/dashboard/images) - Click "Add Image" - - Enter `adamcohenhillel/kortix-suna:0.0.18` as the image name + - Enter `adamcohenhillel/kortix-suna:0.0.19` as the image name - Set `exec /usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` as the Entrypoint 4. **LLM API Keys**: diff --git a/backend/sandbox/docker/docker-compose.yml b/backend/sandbox/docker/docker-compose.yml index dbb41a4e..15ca16c0 100644 --- a/backend/sandbox/docker/docker-compose.yml +++ b/backend/sandbox/docker/docker-compose.yml @@ -6,7 +6,7 @@ services: dockerfile: ${DOCKERFILE:-Dockerfile} args: TARGETPLATFORM: ${TARGETPLATFORM:-linux/amd64} - image: adamcohenhillel/kortix-suna:0.0.18 + image: adamcohenhillel/kortix-suna:0.0.19 ports: - "6080:6080" # noVNC web interface - "5901:5901" # VNC port diff --git a/backend/sandbox/sandbox.py b/backend/sandbox/sandbox.py index 0dfa9dac..e81efb9a 100644 --- a/backend/sandbox/sandbox.py +++ b/backend/sandbox/sandbox.py @@ -96,7 +96,7 @@ def create_sandbox(password: str): logger.debug("OPENAI_API_KEY configured for sandbox") sandbox = daytona.create(CreateSandboxParams( - image="adamcohenhillel/kortix-suna:0.0.18", + image="adamcohenhillel/kortix-suna:0.0.19", public=True, env_vars={ "CHROME_PERSISTENT_SESSION": "true",