mirror of https://github.com/kortix-ai/suna.git
change to right resolution docker
This commit is contained in:
parent
7db7b2d463
commit
6b4f17ee38
|
@ -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**:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue