InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
389 stars 39 forks source link

how can I deploy the primehub in an Ubuntu environment? #677

Closed jojogh closed 1 year ago

jojogh commented 1 year ago

Is there anyway I can deploy the primehub in a native ubuntu env? Many thanks!

hlb commented 1 year ago

@jojogh sure, if you want to install PrimeHub community edition in a single Ubuntu machine, you can follow this doc. This will help you to install MicroK8s, our dependencies, and PrimeHub.

https://docs.primehub.io/docs/getting_started/kubernetes_on_ubuntu_ce

If you want to install PrimeHub in a k8s cluster, please check our prerequisites and install doc:

https://docs.primehub.io/docs/getting_started/prerequisites

jojogh commented 1 year ago

thanks, will try!