Zeblok Computational
1.3.4
1.3.4
  • AI-MicroCloud
    • About Ai-MicroCloud
    • Need for Ai-MicroCloud
    • Ai-MicroCloud Lifecycle Managment
  • PROCEDURE
    • Create an Account
      • Individual User
    • Sign In
    • Inviting User
    • Role definition by ISV administrator:
      • IAM
        • Roles
        • Usergroup
        • Organizations
    • NameSpaces
    • Workstations
      • Onboard Workstation
      • Edit feature
      • Spawn Ai-WorkStation
      • Build, Serve and Deploy
        • Notebooks
          • Installing different frameworks
        • Build Models
          • ZBL Command Line Interface
            • How to use the CLI
        • Containerization
    • Microservice
      • Onboard Microservices
      • Edit feature
      • Spawn MicroService
      • Spawn Multi-container Ai-Microservices
    • Gen-AI Workspace
      • Chat Platform
      • Knowledge Distilation
    • Spawn Orchestration Add-on
    • SDK
  • DATA AND METRICS
    • DataLake
      • Datasets
    • Monitoring
      • Resource level monitoring
  • MORE
    • Manage Account
      • Forgot Password
      • 2 Factor Authentication
    • Admin Guide
      • Menu
      • Dashboard
      • DataCenters
      • Plans
      • Lifecycle Manager
    • Video Tutorial
  • RELEASES
    • Release Notes
  • Support
    • Support Emails
Powered by GitBook
On this page

Was this helpful?

  1. PROCEDURE
  2. Workstations
  3. Build, Serve and Deploy
  4. 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

Was this helpful?