forked from phoenix-oss/llama-stack-mirror
Fix incorrect RunConfigSettings due to the removal of conda_env (#801)
This commit is contained in:
parent
3a9468ce9b
commit
5a63d0ff1d
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ class RunConfigSettings(BaseModel):
|
|||
return StackRunConfig(
|
||||
image_name=name,
|
||||
container_image=container_image,
|
||||
conda_env=name,
|
||||
apis=apis,
|
||||
providers=provider_configs,
|
||||
metadata_store=SqliteKVStoreConfig.sample_run_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue