You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want to use the CLI for config management and deployment, but I want to use my own Dockerfile and I'm not using the SDK wrapper for FastAPI
To Reproduce
Normal setup to config an agent
Expected behavior
Check if I already have a Dockerfile, if yes, don't overwrite. Instead, maybe warn the user that the Dockerfile exists and can't guarantee it will work as well as the jinja2 dockerfile template.