Skip to content

Commit

Permalink
Add pip_extra_index_url as a supported parameter in default image bui…
Browse files Browse the repository at this point in the history
…lder (#2704)

Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
  • Loading branch information
thomasjpfan authored Aug 23, 2024
1 parent ea0aa31 commit ae7d583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/image_spec/default_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class DefaultImageBuilder(ImageSpecBuilder):
"cudnn",
"base_image",
"pip_index",
"pip_extra_index_url",
# "registry_config",
"commands",
}
Expand Down

0 comments on commit ae7d583

Please sign in to comment.