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
* Adds ImageSpec.with_runtime_packages (#3231)
* Adds ImageSpec.with_dev_dependencies
Signed-off-by: Thomas J. Fan <[email protected]>
* Fix
Signed-off-by: Thomas J. Fan <[email protected]>
* Add tests for noop builder
Signed-off-by: Thomas J. Fan <[email protected]>
* Use runtime_packages
Signed-off-by: Thomas J. Fan <[email protected]>
* Add docs abount how to use runtime packages
Signed-off-by: Thomas J. Fan <[email protected]>
* Less diffs
Signed-off-by: Thomas J. Fan <[email protected]>
* Fix formatting
Signed-off-by: Thomas J. Fan <[email protected]>
* Fix docstring
Signed-off-by: Thomas J. Fan <[email protected]>
* Dix docstring
Signed-off-by: Thomas J. Fan <[email protected]>
* Let pip default to user by itself to be more compatible
Signed-off-by: Thomas J. Fan <[email protected]>
---------
Signed-off-by: Thomas J. Fan <[email protected]>
* Image spec builder options (#3233)
* Image spec builder options
Provide the ability to specify image `builder` specific options per
Image Spec.
Signed-off-by: Mike Hotan <[email protected]>
* Add builder_options validation
Signed-off-by: Mike Hotan <[email protected]>
* updates
Signed-off-by: Mike Hotan <[email protected]>
---------
Signed-off-by: Mike Hotan <[email protected]>
---------
Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Mike Hotan <[email protected]>
Co-authored-by: Thomas J. Fan <[email protected]>
DOC603: Class `TFRecordDatasetConfig`: Class docstring attributes are different from actual class attributes. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Attributes in the class definition but not in the docstring: [buffer_size: Optional[int], compression_type: Optional[str], name: Optional[str], num_parallel_reads: Optional[int]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
174
174
--------------------
175
175
flytekit/image_spec/image_spec.py
176
-
DOC601: Class `ImageSpec`: Class docstring contains fewer class attributes than actual class attributes. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
177
-
DOC603: Class `ImageSpec`: Class docstring attributes are different from actual class attributes. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Attributes in the class definition but not in the docstring: [apt_packages: Optional[List[str]], base_image: Optional[Union[str, 'ImageSpec']], builder: Optional[str], commands: Optional[List[str]], conda_channels: Optional[List[str]], conda_packages: Optional[List[str]], copy: Optional[List[str]], cuda: Optional[str], cudnn: Optional[str], entrypoint: Optional[List[str]], env: Optional[typing.Dict[str, str]], name: str, packages: Optional[List[str]], pip_extra_args: Optional[str], pip_extra_index_url: Optional[List[str]], pip_index: Optional[str], pip_secret_mounts: Optional[List[Tuple[str, str]]], platform: str, python_exec: Optional[str], python_version: str, registry: Optional[str], registry_config: Optional[str], requirements: Optional[str], source_copy_mode: Optional[CopyFileDetection], source_root: Optional[str], tag_format: Optional[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
178
176
DOC109: Method `ImageSpecBuilder.build_image`: The option `--arg-type-hints-in-docstring` is `True` but there are no type hints in the docstring arg list
179
177
DOC110: Method `ImageSpecBuilder.build_image`: The option `--arg-type-hints-in-docstring` is `True` but not all args in the docstring arg list have type hints
180
178
DOC105: Method `ImageSpecBuilder.build_image`: Argument names match, but type hints in these args do not match: image_spec
0 commit comments