Control - rnanosaur/nanosaur GitHub Wiki
Follow the instructions on nanosaur.ai install
The script installs on the NVIDIA Jetson
- nanosaur bash command
- jetson-stats
- docker-compose
- Dump docker-compose and pull all images
- Run all nanosaur docker
Works with Nanosaur containers
Nanosaur is made on docker, and all scripts are running directly there.
Start nanosaur dockers
You can use the nanosaur
to start the nanosaur
nanosaur wakeup
This command is equivalent of docker-compose -f $NANOSAUR_DOCKER/docker-compose.yml up -d
, where NANOSAUR_DOCKER
is /opt/nanosaur
Stop nanosaur dockers
You can use the nanosaur
to stop the nanosaur
nanosaur down
This command is equivalent of docker-compose -f $NANOSAUR_DOCKER/docker-compose.yml down
, where NANOSAUR_DOCKER
is /opt/nanosaur