zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
247 stars 32 forks source link

"zenml stack recipe" seems to be deprecated #7

Closed shelmigtwo closed 2 years ago

shelmigtwo commented 2 years ago

I was going through the Registering the ZenML Stack portion of the Vertex AI MLOps Stack recipe, and tried to make use of zenml stack recipe, but it seems as though this part of the CLI is no longer available (or is not available with my version of ZenML)? I am running ZenML in a docker container using the zenmldocker/zenml image.

strickvl commented 2 years ago

What version of ZenML are you running? (zenml version)

wjayesh commented 2 years ago

Hi @shelmigtwo! The zenml stack recipe commands haven't been merged yet. They're available on a branch of the zenml repository: https://github.com/zenml-io/zenml/tree/misc/add-mlops-stacks. Here's the active PR for it: https://github.com/zenml-io/zenml/pull/807

Two ways you can use it now:

shelmigtwo commented 2 years ago

@strickvl I'm running 0.12.0

Thanks both for responding! @wjayesh alright that makes sense thank you! I'll take that route 👍

wjayesh commented 2 years ago

Hi @shelmigtwo! zenml stack recipe CLI commands are now available with the latest 0.13 release! Check out the release notes here: https://github.com/zenml-io/zenml/releases/tag/0.13.0

I'll go ahead and close this issue :)

shelmigtwo commented 2 years ago

@wjayesh perfect, thanks!