change to right resolution docker

This commit is contained in:
Adam Cohen Hillel 2025-04-22 13:45:12 +01:00
parent 7db7b2d463
commit 6b4f17ee38
3 changed files with 3 additions and 3 deletions

View File

@ -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**:

View File

@ -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

View File

@ -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",