Skip to content

Commit

Permalink
Support image_name in docker_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 28, 2025
1 parent 09e07b4 commit fc0d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/script/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def prepare_docker_inputs(input_params, docker_settings,

keys = [
"mlc_repo", "mlc_repo_branch", "base_image", "os", "os_version",
"mlc_repos", "skip_mlc_sys_upgrade", "extra_sys_deps",
"mlc_repos", "skip_mlc_sys_upgrade", "extra_sys_deps", "image_name",
"gh_token", "fake_run_deps", "run_final_cmds", "real_run", "copy_files", "path", "user"
]

Expand Down

0 comments on commit fc0d4f7

Please sign in to comment.