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
Related commands
- bayes gear bindings - View the data that can be bound to the running container
- bayes gear download - Download container output
- bayes gear env - View the optional environments for running containers
- bayes gear init - Initialize container
- bayes gear logs - View container logs
- bayes gear ls - View all containers
- bayes gear open - Open the container page in the browser
- bayes gear resource - View optional resources for running containers
- bayes gear restart - Continue executing container
- bayes gear run - Run container
- bayes gear status - View all tasks under the container
- bayes gear stop - Stop container