Installing different frameworks
All the below commands will be installing the latest versions, for a particular version please follow the below syntax
The commands below are also for utilization with Zeblok CLI
pip install mlflow==2.5.0pip install bentoml==1.0.25pip install openvino==2023.0.0Below are used for installing frameworks on the Minimal Notebook
pip intsall {package_name}=={Specific version if any}pip install -r $PATH/requirment.txtpip install -U {package_name}=={Specific version if any}Last updated
Was this helpful?