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
|
- Generate an API key from your account settings
|
||||||
- Go to [Images](https://app.daytona.io/dashboard/images)
|
- Go to [Images](https://app.daytona.io/dashboard/images)
|
||||||
- Click "Add Image"
|
- 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
|
- Set `exec /usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` as the Entrypoint
|
||||||
|
|
||||||
4. **LLM API Keys**:
|
4. **LLM API Keys**:
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
dockerfile: ${DOCKERFILE:-Dockerfile}
|
dockerfile: ${DOCKERFILE:-Dockerfile}
|
||||||
args:
|
args:
|
||||||
TARGETPLATFORM: ${TARGETPLATFORM:-linux/amd64}
|
TARGETPLATFORM: ${TARGETPLATFORM:-linux/amd64}
|
||||||
image: adamcohenhillel/kortix-suna:0.0.18
|
image: adamcohenhillel/kortix-suna:0.0.19
|
||||||
ports:
|
ports:
|
||||||
- "6080:6080" # noVNC web interface
|
- "6080:6080" # noVNC web interface
|
||||||
- "5901:5901" # VNC port
|
- "5901:5901" # VNC port
|
||||||
|
|
|
@ -96,7 +96,7 @@ def create_sandbox(password: str):
|
||||||
logger.debug("OPENAI_API_KEY configured for sandbox")
|
logger.debug("OPENAI_API_KEY configured for sandbox")
|
||||||
|
|
||||||
sandbox = daytona.create(CreateSandboxParams(
|
sandbox = daytona.create(CreateSandboxParams(
|
||||||
image="adamcohenhillel/kortix-suna:0.0.18",
|
image="adamcohenhillel/kortix-suna:0.0.19",
|
||||||
public=True,
|
public=True,
|
||||||
env_vars={
|
env_vars={
|
||||||
"CHROME_PERSISTENT_SESSION": "true",
|
"CHROME_PERSISTENT_SESSION": "true",
|
||||||
|
|
Loading…
Reference in New Issue