mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 09:22:36 +00:00
kill built_at field in run config
This commit is contained in:
parent
b1d119466e
commit
fa1d29cfdc
15 changed files with 0 additions and 20 deletions
|
|
@ -193,7 +193,6 @@ class StackBuild(Subcommand):
|
|||
|
||||
apis = list(build_config.distribution_spec.providers.keys())
|
||||
run_config = StackRunConfig(
|
||||
built_at=datetime.now(),
|
||||
docker_image=(
|
||||
build_config.name
|
||||
if build_config.image_type == ImageType.docker.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue