remove dependency on CONDA_PREFIX in CLI

This commit is contained in:
Xi Yan 2024-09-28 16:21:50 -07:00
parent 4ae8c63a2b
commit 3ffe51052a
3 changed files with 10 additions and 13 deletions

View file

@ -92,6 +92,7 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
args = [
script,
build_config.name,
str(build_file_path),
" ".join(deps),
]