You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using pyflyte run --remote with ImageSpec and source_root, then the copy mode is LOADED_MODULES. This means that during image build time the files are injected into the image itself. This means that we do not need to use fast-registration anymore.
Goal: What should the final outcome look like, ideally?
Allow for pyflyte run --remote --copy none
Describe alternatives you've considered
Do not introduce the feature. This means that the same files will be in the image and also be downloaded during pyflyte-fast-execute.
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Motivation: Why do you think this is important?
If you are using
pyflyte run --remote
withImageSpec
andsource_root
, then the copy mode isLOADED_MODULES
. This means that during image build time the files are injected into the image itself. This means that we do not need to use fast-registration anymore.Goal: What should the final outcome look like, ideally?
Allow for
pyflyte run --remote --copy none
Describe alternatives you've considered
Do not introduce the feature. This means that the same files will be in the image and also be downloaded during
pyflyte-fast-execute
.Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: