mirror of https://github.com/kortix-ai/suna.git
Merge pull request #445 from tnfssc/hotfix/image-mismatch
This commit is contained in:
commit
a2c2e7052b
|
@ -115,7 +115,7 @@ As part of the setup, you'll need to:
|
|||
1. Create a Daytona account
|
||||
2. Generate an API key
|
||||
3. Create a Docker image:
|
||||
- Image name: `kortix/suna:0.1.2`
|
||||
- Image name: `kortix/suna:0.1.2.8`
|
||||
- Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf`
|
||||
|
||||
## Manual Configuration
|
||||
|
|
2
setup.py
2
setup.py
|
@ -193,7 +193,7 @@ def collect_daytona_info():
|
|||
print_info("Then, generate an API key from 'Keys' menu")
|
||||
print_info("After that, go to Images (https://app.daytona.io/dashboard/images)")
|
||||
print_info("Click '+ Create Image'")
|
||||
print_info(f"Enter 'kortix/suna:0.1.2' as the image name")
|
||||
print_info(f"Enter 'kortix/suna:0.1.2.8' as the image name")
|
||||
print_info(f"Set '/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' as the Entrypoint")
|
||||
|
||||
input("Press Enter to continue once you've completed these steps...")
|
||||
|
|
Loading…
Reference in New Issue