HyperAIHyperAI

bayes gear

Container related

Description

Container related

Available Options

-h, --help   View help for gear

Usage Examples

# Initialize current directory
bayes gear init Demo -m Container test project
bayes gear init fkBWU5NMtHl

# Get logs (trace logs in terminal)
bayes gear logs e14m2mm4xvbd
bayes gear logs e14m2mm4xvbd -f

# View all containers
bayes gear ls

# View all executions under current container
bayes gear status

# View bindable data
bayes gear bindings

# View available images
bayes gear env

# View available computing resources
bayes gear resource

# Create "Python script execution" -- entry command follows after
bayes gear run task -- sleep 60

# Create "Python script execution" (open in browser, trace status in terminal)
bayes gear run task -o -f

# Download entire output or specified subpath to target folder (auto-extract after download)
bayes gear download 3s55ypc33ptl -t /home/paths
bayes gear download 3s55ypc33ptl --from subPath --target /home/paths -u

# Create "Python script execution" and download output to specified folder after task completion (auto-extract after download)
bayes gear run task -f && bayes gear download --target /home/paths -u

# Create Jupyter workspace (open in browser, trace status in terminal)
bayes gear run workspace -o -f

# Create a "hyperparameter tuning" task (open in browser)
bayes gear run hypertuning -o

# Restart a container (open in browser, trace status in terminal)
bayes gear restart 3s55ypc33ptl -o -f

# Stop an execution (open in browser, trace status in terminal)
bayes gear stop 3s55ypc33ptl -o -f

# Open browser to view container
bayes gear open bdNf8tPgza7
bayes gear open GEAR_NAME25
bayes gear open pd3lpzl9g66z