Skip to main content

bayes gear

Describe

Container related

Available options

-h, --help   see gear The Help

Use case

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

# Retrieve logs (Track logs on the terminal)
bayes gear logs e14m2mm4xvbd
bayes gear logs e14m2mm4xvbd -f

# View all containers
bayes gear ls

# View all executions under the current container
bayes gear status

# View the data that can be bound
bayes gear bindings

# View available images
bayes gear env

# View available computing power
bayes gear resource

# Establish "Python Script execution" -- Next is the entrance command
bayes gear run task -- sleep 60

# Establish "Python Script execution" (Open in browser. Tracking status at the terminal)
bayes gear run task -o -f

# Download the entire output or specify a sub path to the specified folder (Automatically decompress after downloading is complete)
bayes gear download 3s55ypc33ptl --from subPath --target /home/paths -u

# Establish "Python Script execution" , And download and output to the designated folder after the task is completed (Automatically decompress after downloading is complete)
bayes gear run task -f && bayes gear download --target /home/paths -u

# Establish Jupyter working space (Open in browser. Tracking status at the terminal)
bayes gear run workspace -o -f

# Create a "Automatic parameter tuning" task (Open in browser)
bayes gear run hypertuning -o

# Restart a container (Open in browser. Tracking status at the terminal)
bayes gear restart 3s55ypc33ptl -o -f

# Close an execution (Open in browser. Tracking status at the terminal)
bayes gear stop 3s55ypc33ptl -o -f

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