-
Notifications
You must be signed in to change notification settings - Fork 121
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
MemVerge MMCloud Agent #1128
MemVerge MMCloud Agent #1128
Conversation
Signed-off-by: Edwin Yu <[email protected]>
Signed-off-by: Edwin Yu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a linting error, would you mind taking a look
Signed-off-by: Edwin Yu <[email protected]>
@@ -0,0 +1,2 @@ | |||
flytekitplugins-envd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to run pip-compile
(see here) to make sure requirements.txt
is compiled (currently it's an empty file)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got an error No matching distribution found for flytekitplugins-mmcloud
when running pip-compile
on this. I think it's because flytekitplugins-mmcloud
has not been published yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to wait for flytekitplugins-mmcloud
to be published in the next flytekit release to merge the flytesnacks docs
Signed-off-by: helenzhangyc <[email protected]>
@helenzhangyc would you mind make this PR up-to-date with the base branch? |
just updated! |
Add Integrations documentation and example for MemVerge MMCloud agent plugin.
Merge after packaging and updating requirements:
flyteorg/flytekit#1821