github onepanelio/onepanel v0.21.0

latest releases: v1.0.2, v1.0.2-rc.1, v1.0.1...
3 years ago

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.0/opctl-linux-amd64

# Make binary executable
chmod +x opctl-linux-amd64

# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl

# Test installation
opctl version

macOS

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.0/opctl-macos-amd64

# Make binary executable
chmod +x opctl-macos-amd64

# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl

# Test installation
opctl version

Windows

Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.

Changelog

Features

  • feat: added deep learning desktop workspace (#913)
  • feat: added step to label your nodes in microk8s (#108)

Fixes

  • fix: added handling for failed state (#286)
  • fix: issue where labeling nodes was being shown for all providers (#109)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.