Installing and Upgrading cuBB#

You must update the dependent software components to the specific version listed in the Release Manifest.

If you are upgrading a Grace Hopper MGX system, follow Installing Tools on Grace Hopper to upgrade the dependent SW first.

Removing the Old cuBB Container#

This step is optional. To remove the old cuBB container, enter the following commands:

$ sudo docker stop <cuBB container name>
$ sudo docker rm <cuBB container name>

Clone Repository from Github#

git clone https://github.com/NVIDIA/aerial-cuda-accelerated-ran.git --recurse-submodules
cd aerial-cuda-accelerated-ran

# Enable git LFS (if needed for large files)
git lfs install
git lfs pull

Installing the cuBB Container#

# Pull the Aerial container from NGC
docker pull nvcr.io/nvidia/aerial/aerial-cuda-accelerated-ran:25-3-cubb

# Start interactive development container
./cuPHY-CP/container/run_aerial.sh

# Inside container: Build SDK
./testBenches/phase4_test_scripts/build_aerial_sdk.sh

Note

If you receive the cuBB container image via nvonline, run “docker load < cuBB container image file” to load the image.