-
Notifications
You must be signed in to change notification settings - Fork 498
Clarifying DockerSettings
Usage
#3558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
runllm seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Documentation Link Check Results❌ Absolute links check failed |
Changes Made
DockerSettings
class, especially highlighting theparent_image
attribute, which is specific toDockerSettings
and not available inBaseSettings
. This addition will help users understand the correct usage and prevent attribute errors.DockerSettings
class, specifically highlighting theparent_image
attribute and providing examples of how to instantiate and useDockerSettings
. This will help users avoid attribute errors and understand the correct usage of Docker settings in ZenML.DockerSettings
class in ZenML...: The documentation needs to clarify the purpose of theDockerSettings
class and how it differs fromBaseSettings
, specifically highlighting theparent_image
attribute.Docker...**: The documentation should provide a clear example of how to instantiate and use
DockerSettings`, similar to the example provided in the chat history.DockerSettings
class, specifically highlighting that theparent_image
attribute is part ofDockerSettings
and notBaseSettings
. This will help users avoid attribute errors and understand the correct usage ofDockerSettings
.DockerSettings
, its purpose, and how it differs fromBaseSettings
. This includes explaining theparent_image
attribute and providing an example of how to instantiate and useDockerSettings
.DockerSettings
****How to migr...**: The documentation needs to clarify the usage of theDockerSettings
class, its purpose, and how it differs fromBaseSettings
. This includes explaining theparent_image
attribute and providing an example of how to instantiate and useDockerSettings
.DockerSettings
class, its purpose, and how it differs fromBaseSettings
. This includes explaining theparent_image
attribute and providing example code to prevent attribute errors.DockerConfiguration
is now rena...: The documentation needs to clarify the usage of theDockerSettings
class, its purpose, and how it differs fromBaseSettings
. This includes explaining theparent_image
attribute and providing an example of how to instantiate and useDockerSettings
correctly, addressing the user's confusion about theparent_image
attribute.DockerSettings
class, its purpose, and how it differs fromBaseSettings
. This includes explaining theparent_image
attribute and providing an example of how to instantiate and useDockerSettings
for Docker-related configurations in ZenML pipelines. This will help users understand the correct usage and prevent attribute errors.DockerSettings
, including setting theskip_build
attribute toTrue
when using a customparent_image
, as this is a common use case and can prevent attribute errors.Docker...**: Adding a dedicated section for
DockerSettingsclarifies its usage, especially the
parent_imageattribute, and provides a clear example to prevent common errors like the AttributeError mentioned. This helps users understand the distinction between
DockerSettingsand
BaseSettings`.