I am having difficulty installing the Riva speech skills container on my jetson xavier nx (ubuntu 20.4). I have downloaded riva_quickstart_v2.14
I have logged into ngc and created my personal key and can see the riva speech skills container.
Installed docker-ce
Installed gnc and successfully run
ngc config set
providing $oauthtoken and ngc key.
I have successfully executed
docker login nvcr.io
providing username: $oauthtoken, and my ngc key
docker login nvcr.io
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /home/coda/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
I have followed the instructions to download "nvidia/riva/riva_quickstart:2.14.0”
When I execute
bash riva_init.sh config.sh
I get the following error
$ bash riva_init.sh config.sh
Logging into NGC docker registry if necessary...
Pulling required docker images if necessary...
Note: This may take some time, depending on the speed of your Internet connection.
> Pulling Riva Speech Server images.
> Pulling nvcr.io/nvidia/riva/riva-speech:2.14.0. This may take some time...
> Attempt 1 out of 3 failed
> Trying again...
> Attempt 2 out of 3 failed
> Trying again...
> Attempt 3 out of 3 failed
Error occurred pulling 'nvcr.io/nvidia/riva/riva-speech:2.14.0'.
Error response from daemon: Head "https://nvcr.io/v2/nvidia/riva/riva-speech/manifests/2.14.0": unauthorized: <html>
<head><title>401 Authorization Required</title></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Exiting.
I also tried running this from my ubuntu 18.4 AMD64 linux system but get the same response.
To simplify things, I also tried executing the docker command directly but got the same outcome.
docker pull -q nvcr.io/nvidia/riva/riva-speech:2.14.0
Error response from daemon: Head "https://nvcr.io/v2/nvidia/riva/riva-speech/manifests/2.14.0": unauthorized: <html>
<head><title>401 Authorization Required</title></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx/1.22.1</center>
</body>
</html>
Please can someone help?
Thanks