The following guide is suitable for environments that are can access to the public internet (non-air-gapped).

To install the PrimeHub MLOps orchestration platform from the Github repository, follow the documentation below.

Prerequisites

Before installing PrimeHub, configure your environment as per the following prerequisite documentation.

Install PrimeHub

If your environment is configured according to the prerequisite documentation, you are ready to install PrimeHub.

Clone or Download PrimeHub repository

Clone the PrimeHub repository.

primehub_latest_version=v4.0.1

# Get the latest version of primehub
curl -LO <https://github.com/InfuseAI/primehub/releases/download/${primehub_latest_version}/primehub-${primehub_latest_version}.tar.gz>

# Unzip the tar file.
tar zxvf primehub-${primehub_latest_version}.tar.gz
# Check installation folder is created
ls -d primehub
primehub

Or you can directly download the installation package on the GitHub releases page.

Tags · InfuseAI/primehub

Then upload and unarchive the package on your own.