Hello,
I am currently encountering an issue while setting up a Riva ASR server.
When I run the riva_start.sh
script, I systematically receive the following message:
“Waiting for Riva server to load all models… Retrying in 10 seconds.” This message appears multiple times before ending with:
Health ready check failed.
Check Riva logs with: docker logs riva-speech.
Explanation:
I am working on an Nvidia Jetson AGX Orin (developer kit) equipped with an NVMe SSD. This machine is currently running JetPack 6.0 [L4T 36.3.0].
For the installation of the necessary components to use Riva, I followed these documentations:
- Docker: Ubuntu | Docker Docs
- NGC CLI: NGC CLI | NVIDIA NGC (for ARM64 architecture)
- RIVA: Riva Skills Embedded Quick Start | NVIDIA NGC
During this last installation, I did not configure the config.sh
file.
To resolve this issue, I tried accessing the logs with sudo docker logs riva-speech
, but nothing is displayed.
While searching for solutions, I found that using the -x
attribute provides more information during script execution. I am attaching the console output when running the riva_init
and riva_start
scripts with and without the -x
.
Before posting here, I tried several solutions: reinstalling Docker, NGC, and Riva, changing permissions, but nothing worked.
Could someone please help me?
It is interesting to note that I do not see any significant errors in the console during the execution of the start
and init
scripts. However, I systematically get the following error when running riva_clean.sh
:
bash riva_clean.sh
Cleaning up local Riva installation.
Image nvcr.io/nvidia/riva/riva-speech:2.19.0-l4t-aarch64 found. Delete? [y/N] y
Error response from daemon: get /home/uitml/ngc/riva_quickstart_arm64_v2.19.0/riva_quickstart_arm64_v2.19.0/model_repository: no such volume
'/home/uitml/ngc/riva_quickstart_arm64_v2.19.0/riva_quickstart_arm64_v2.19.0/model_repository' is not a Docker volume, or has already been deleted.
Found models at '/home/uitml/ngc/riva_quickstart_arm64_v2.19.0/riva_quickstart_arm64_v2.19.0/model_repository'. Delete? [y/N] y
[sudo] password for uitml:
Thank you in advance for your help.
init + start + -x.txt (32.7 KB)
init + start.txt (7.8 KB)