-
-
Notifications
You must be signed in to change notification settings - Fork 29
Control
Raffaello Bonghi edited this page Oct 30, 2021
·
2 revisions
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
Nanosaur is made on docker, and all scripts are running directly there.
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
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
Developer and maintainer Raffaello Bonghi