Cannot pull Aerial CUDA-Accelerated RAN 25-2

Hello Aerial Team:

I was trying to download the Aerial CUDA-Accelerated RAN following the instrucitons but the docker pull was denied.

The error message was shown in the attached screenshot. Any suggestions? If it needs subscription, is the subscription free for university research?

@hzeng1

Welcome to Aerial CUDA-Accelerated RAN Forum.

At present, yes, the subscription to Aerial-ran-and-ai-radio-Framework on 6G developer Programe is needed. From your screen capture, you are already a member of 6GDP. Please try regenerating the API key for accessing the aerial-ran-and-ai-radio-framework (https://org.ngc.nvidia.com/setup/api-key) then redo docker login.

Hi @jixu

Thank you very much for the response.

I have tried multiple times on different computers. It did not work. I always got the same error as shown in the below.

inss@5G-PC2:~/software$ sudo docker login nvcr.io
Username: $oauthtoken
Password:
WARNING! Your credentials are stored unencrypted in ‘/root/.docker/config.json’.
Configure a credential helper to remove this warning. See
Login Succeeded

inss@5G-PC2:~/software$ sudo docker pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb
Error response from daemon: pull access denied for nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

Any solutions?

Thanks,
hzeng

Hi @hzeng1

We have refreshed your membership. please try it again and let us know the outcome.

Thanks

Hi @jixu

Thanks for your reply. It still does not work. Please see the error message below.

inss@5G-PC2:~$ sudo docker login nvcr.io
Authenticating with existing credentials… [Username: $oauthtoken]
Info → To login with a different account, run ‘docker logout’ followed by ‘docker login’
Stored credentials invalid or expired
Username ($oauthtoken):
Password:
WARNING! Your credentials are stored unencrypted in ‘/root/.docker/config.json’.
Configure a credential helper to remove this warning. See
docker login | Docker Docs
Login Succeeded

inss@5G-PC2:~$ sudo docker pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb
Error response from daemon: pull access denied for nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

However, I was able to pull aodt-gis (see below). Does this indicate that it may not be my membership issue?

inss@5G-PC2:~$ sudo docker pull nvcr.io/esee5uzbruax/aodt-gis:1.2.0
1.2.0: Pulling from esee5uzbruax/aodt-gis
d66d6a6a3687: Extracting [==========> ] 6.554MB/30.45MB
24c2d4f7ea40: Download complete
9d30336abbd7: Downloading [==========> ] 55.78MB/277MB
feb1277c15aa: Download complete
3cf0dbeda93a: Download complete
99fc1e9ef206: Waiting

Thank you!
hzeng

Hi @hzeng1

The API key you used to pull AODT via nvcr.io/esee5uzbruax/aodt-gis:1.2.0 is not expected to work for pulling Aerial from Nvidia NGC via nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb

Can you regenerate the API key on NVIDIA NGC and run ‘docker login nvcr.io’ with the new API key? (please run docker logout nvcr.io at first)

Thanks!

Hi @jixu

thank you for the reply. I tried many times on different computers. It does not work.

HZ

@jixu

Just wanted to provide an update. It turns out that I was able to pull the container today. Not sure if the problem was with my end or the server end.

HZ