hotfix(setup): setup fails without a .env file

This commit is contained in:
sharath 2025-05-19 13:40:31 +00:00
parent 3408906ad7
commit e871f82ca1
No known key found for this signature in database
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ import platform
import subprocess
from getpass import getpass
import re
from backend.utils.config import Configuration
# ANSI colors for pretty output
class Colors:
@ -194,8 +193,8 @@ 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 '{Configuration.SANDBOX_IMAGE_NAME}' as the image name")
print_info(f"Set '{Configuration.SANDBOX_ENTRYPOINT}' as the Entrypoint")
print_info(f"Enter 'kortix/suna:0.1.2' 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...")