Hello @rvinobha,
thanks for your detailed reply, unfortunately I still can’t get it working.
Regarding 1:
Confirmed correct API key is in the NGC config file.
Regarding 2:
I’ve run both commands and I can confirmed that I immediately got Login Succeeded
without entering the API key as the correct one was already present:
server@AB-Server:/data/riva_quickstart_v2.3.0$ sudo usermod -aG docker server
server@AB-Server:/data/riva_quickstart_v2.3.0$ sudo docker login nvcr.io
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
When running sudo docker pull nvcr.io/nvidia/tensorflow:18.06-py3
all succeeded as well:
server@AB-Server:/data/riva_quickstart_v2.3.0$ sudo docker pull nvcr.io/nvidia/tensorflow:18.06-py3
18.06-py3: Pulling from nvidia/tensorflow
297061f60c36: Pull complete
e9ccef17b516: Pull complete
dbc33716854d: Pull complete
8fe36b178d25: Pull complete
686596545a94: Pull complete
97becc2da853: Pull complete
4691961fccc9: Pull complete
8281fad90fcd: Pull complete
e173493a7585: Pull complete
4cc321c55676: Pull complete
1282ed316170: Pull complete
a1bcd0b40bfb: Pull complete
ce951825002a: Pull complete
3992697887ca: Pull complete
a2580d50482e: Pull complete
734ab5a9097a: Pull complete
d805760875e3: Pull complete
d4d863625491: Pull complete
cb1ba57aaad1: Pull complete
eabd681cb1d8: Pull complete
ff7e9a510db5: Pull complete
3ce05ba4ee2a: Pull complete
7d3ca913a0cb: Pull complete
feab07a5a6c4: Pull complete
6edf251b3f8e: Pull complete
68e095703e23: Pull complete
093323c5e0eb: Pull complete
0c841ffa800c: Pull complete
7a0d06184de5: Pull complete
ef362687c1a5: Pull complete
d6bbf97e9e09: Pull complete
534c66ee05c8: Pull complete
e3f4a858e69c: Pull complete
489e4b1c5775: Pull complete
1df65788cbec: Pull complete
5f8cdcbd8fe9: Pull complete
ef7b68c398c6: Pull complete
2a3259313c42: Pull complete
08b3543110eb: Pull complete
Digest: sha256:f6ae3be0464c8e4a0558343f9de1123d1962c37574ff674ebdbb967deabbdd32
Status: Downloaded newer image for nvcr.io/nvidia/tensorflow:18.06-py3
nvcr.io/nvidia/tensorflow:18.06-py3
Regarding 3:
I’ve exported the API key as requested and downloaded the new 2.3.0 version of Riva QuickStart with following output:
server@AB-Server:/data$ ngc registry resource download-version "nvidia/riva/riva_quickstart:2.3.0"
Downloaded 85.86 KB in 7s, Download speed: 12.25 KB/s
----------------------------------------------------
Transfer id: riva_quickstart_v2.3.0 Download status: Completed.
Downloaded local path: /data/riva_quickstart_v2.3.0
Total files downloaded: 30
Total downloaded size: 85.86 KB
Started at: 2022-07-13 11:29:12.087344
Completed at: 2022-07-13 11:29:19.101574
Duration taken: 7s
----------------------------------------------------
Then I ran riva_init.sh
again, but unfortunately this also led to the same error message again:
server@AB-Server:/data/riva_quickstart_v2.3.0$ sudo bash riva_init.sh
Please enter API key for ngc.nvidia.com:
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.3.0-server. This may take some time...
Downloading models (RMIRs) from NGC...
Note: this may take some time, depending on the speed of your Internet connection.
To skip this process and use existing RMIRs set the location and corresponding flag in config.sh.
Error response from daemon: No such container: riva-models-download
Error in downloading models.
As I applied the changes to the new config file of the 2.3.0 version manually again, please find here the new config.sh
as a reference, just to be sure I didn’t mess something up there: config.sh (14.1 KB)
Before I did all this I’ve run sudo apt update
and sudo apt upgrade
to ensure all packages are up-to-date.
All system updates succeeded without errors.
Not sure what could be special/wrong on the system here, really appreciating all your support.
Best regards
Andreas