sandbox v

This commit is contained in:
marko-kraemer 2025-05-10 08:29:21 +02:00
parent 438aeac5c9
commit b1582abb5a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def create_sandbox(password: str, project_id: str = None):
labels = {'id': project_id}
params = CreateSandboxParams(
image="kortix/suna:0.1.1",
image="kortix/suna:0.1.2",
public=True,
labels=labels,
env_vars={