Skip to content

v0.21.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vafilor Vafilor released this 14 Apr 18:23
· 77 commits to master since this release
9f05ab1

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https:/onepanelio/onepanel/releases/download/v0.21.0-rc.1/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:/onepanelio/onepanel/releases/download/v0.21.0-rc.1/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)

Fixes

  • fix: added handling for failed state (#286)

Contributors