Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vantage Command Line Interface

License

NotificationsYou must be signed in to change notification settings

vantagecompute/vantage-cli

Repository files navigation

Vantage Compute Logo

Vantage CLI

A modern Python CLI tool to interface to Vantage Compute.

LicensePythonPyPI

Build StatusGitHub IssuesPull RequestsGitHub Contributors


🚀 Quick Start

Option 1: Install from PyPI (Recommended)

# Install LXDpip install vantage-cli# Login to Vantagevantage login# Check your logged in uservantage whoami

Option 2: Install from Source

# Clone and setupgit clone https://github.com/vantagecompute/vantage-cli.gitcd vantage-cli&& uv sync# Login to Vantageuv run vantage login

Deploy a Slurm Cluster

Localhost

Create a Singlenode Slurm Cluster using Multipass

vantage cluster create my-slurm-multipass-cluster \    --cloud localhost \    --app slurm-multipass-localhost

Create a Slurm Cluster on LXD

vantage cluster create my-slurm-lxd-cluster \    --cloud localhost \    --app slurm-juju-localhost

Create a Slurm Cluster on MicroK8S

vantage cluster create my-slurm-microk8s-cluster \    --cloud localhost \    --app slurm-microk8s-localhost

Add SSSD Configuration to MicroK8S Slurm Deployment

vantage deployment slurm-microk8s-localhost deploy \    --sssd-conf="$(jujuexec --unit nfs-home/leader'cat /etc/sssd/sssd.conf')"
microk8s.kubectl port-forward --address 0.0.0.0 -n jupyter-test service/proxy-public 8080:80

📚 Documentation

Visit our comprehensive documentation site:vantagecompute.github.io/vantage-cli

🆘 Support

📄 License

Copyright © 2025 Vantage Compute Corporation

This project is licensed under the GPLv3 License - see theLICENSE file for details.


Made with ❤️ byVantage Compute


[8]ページ先頭

©2009-2025 Movatter.jp