Get clone cuMAC fail

git clone cuMAC fail

Hi @chenglong.yang ,

Welcome to the Aerial forum!

This step in the documentation needs to be corrected. You do not need to clone the repo as described in this step. You can download the source code from NGC.

You can skip git clone step and move directly to the second step to build the code inside the cuBB container.

Thank you.

Thanks for your reply !

I tried to get code from NGC by 'docker pull nvcr.io/qhrjhjrvlsbu/aerial-cuda-accelerated-ran:24-3-cubb", but there is an error message: Error response from daemon: Head “https://nvcr.io/v2/qhrjhjrvlsbu/aerial-cuda-accelerated-ran/manifests/24-3-cubb”: denied: {“errors”: [{“code”: “DENIED”, “message”: “Access Denied”}]}

Do you have any suggestions?

Hi @chenglong.yang,

Can you confirm your credentials are initialized properly in the previous step?

sudo docker login nvcr.io

Thank you.

Hi @bkecicioglu ,
Thanks for your reply.
I found the reason of Access Denied and solved this.

Best Regards

@chenglong.yang , it is great to hear that.

Can you let us know how it was resolved?

Best Regards,
Balkan

Hi @bkecicioglu ,
I pulled cuBB docker in one server with multiple accounts. And the account I pulled the cuBB is not same as the account I logged in, so I got Access Denied.