fix(cli): image name should not default to CONDA_DEFAULT_ENV

This commit is contained in:
Ashwin Bharambe 2025-07-17 16:22:50 -07:00
parent 477bcd4d09
commit a13094a82a

View file

@ -47,7 +47,6 @@ class StackRun(Subcommand):
self.parser.add_argument(
"--image-name",
type=str,
default=os.environ.get("CONDA_DEFAULT_ENV"),
help="Name of the image to run. Defaults to the current environment",
)
self.parser.add_argument(