Platform for deploying your Machine Learning to production
Check out Hydrosphere.io docs »
Report bug
·
Contact Us
Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production.
You can refer to our documentation to see tutorials, check out example projects, and learn about all features of Hydrosphere.
There are two main ways of installing Hydropshere:
Before installing Hydrosphere Serving, please install its prerequisites:
To deploy the Hydrosphere platform from master branch, follow the instructions below:
Download the latest release version from the releases page;
### __released_version__
export HYDROSPHERE_RELEASE=3.0.3
wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
tar -xvf hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz
cd hydro-serving-${HYDROSPHERE_RELEASE}
docker-compose up
To deploy the Hydrosphere platform from the master branch, follow the instructions below:
git clone ...
cd hydro-serving
./build-compose.sh
docker-compose up
docker-compose up
To check installation, open http://localhost/. By default Hydrosphere UI is available at port 80.
Note, other installation options are described in the documentation.
Before installing Hydrosphere Serving, please install its prerequisites:
To install Hydrosphere Serving, follow the instructions below:
helm repo add hydrosphere https://hydrospheredata.github.io/hydro-serving/helm/
helm install --name serving --namespace hydrosphere hydrosphere/serving
To reach the cluster, port-forward ui
service locally.
kubectl port-forward -n hydrosphere svc/serving-ui 8080:9090
To check installation, open http://localhost:8080/.
Note, other installation options are described in the documentation.
Keep up to date and get Hydrosphere.io support via or contact us directly at info@hydrosphere.io
We'd be glad to receive any help from the community!
Check out our issues for anything labeled with help-wanted
, they will be the perfect starting point! If you don't see any, just let us know, we would be happy to hear from you.