How can I get the Aerial CUDA-Accelerated RAN latest version code?

From the 6G developer program, I didn’t found the link to download the sourcecode.

Is there anyone can tell how to get the source code?

Hi @zhenping.yin

From 6G developer program, you can navigate to NVIDIA NGC to get cuBB container by clicking “Get Aerial CUDA-Accelerated RAN” , as shown in the captured figure below.

OR please try this link: Aerial CUDA-Accelerated RAN | NVIDIA NGC

Hi,
Thanks for your reply.

I have tried and get the following fail.

I used the key generated from https://org.ngc.nvidia.com/setup/api-key

[root@localhost cert]# docker login nvcr.io
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Username: $oauthtoken
Password:
Login Succeeded!

[root@localhost cert]# docker pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb
Error: initializing source docker://nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-2-cubb: reading manifest 25-2-cubb in nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran: errors:
denied: requested access to the resource is denied

unauthorized: authentication required

What should I do next?

I also checked another question : Cannot pull Aerial CUDA-Accelerated RAN 25-2 - #4 , My situation is same with this one.

And I also tried docker logout nvcr.io , and then logout NGC web site,
Then re login and select “aerial-ran-and-ai-radio-framework”

Then re-generate the key. And the same issue still happen.