Installing different frameworks

All the below commands will be installing the latest versions, for a particular version please follow the below syntax

Below Commands are also for utilization with Zeblok CLI

To Install Zeblok MLflow

pip install mlflow==2.5.0

To install Zeblok BentoML

pip install bentoml==1.0.25

To install Zeblok OpenVINO

pip install openvino==2023.0.0

Below command are utilized for installing frameworks on Minimal Notebook

To install any other packages

pip intsall {package_name}=={Specific version if any}

To install any Requirment.TXT

pip install -r $PATH/requirment.txt

To update any package

pip install -U {package_name}=={Specific version if any}

Last updated