Zeblok Computational
1.2.7
1.2.7
  • About Zeblok Computational
  • Quick Start
  • Core Concepts
  • ISV Onboarding Guide
  • Create an Account
    • Individual User
    • Inviting User
  • Sign In
  • Spawn Ai-WorkStation
  • Spawn MicroService
  • Spawn Orchestration Add-on
  • Video Tutorial
  • FAQS
  • Ai-APIᵀᴹ Engine
    • Introduction
    • Notebooks
      • Installing different frameworks
    • Build Models
      • ZBL Command Line Interface
        • How to use the CLI
    • Deploy
  • DATA AND METRICS
    • DataLake
      • Datasets
    • Monitoring
      • Resource level monitoring
  • MORE
    • Manage Account
      • Forgot Password
      • 2 Factor Authentication
    • IAM
      • Roles
      • Usergroup
    • Admin Guide
      • Menu
      • Dashboard
      • IAM (Identity Access Management)
      • Organizations
      • DataCenters
      • Plans
      • NameSpaces
      • WorkStations
        • Customised Workstations
      • MicroServices
      • Resource Manager
    • SDK (version 1.1.0)
  • RELEASES
    • Release notes
    • Known Issues
    • Common Errors
  • Support
    • Support Emails
Powered by GitBook
On this page

Was this helpful?

  1. Ai-APIᵀᴹ Engine
  2. Notebooks

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}
PreviousNotebooksNextBuild Models

Last updated 1 year ago

Was this helpful?