Upgrade cuBB image to 25-2.1 and update doc to match

This commit is contained in:
Reem Bahsoun
2025-10-09 15:00:47 +02:00
parent 55a56002de
commit 1a65abb56c
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ services:
- ../../../cmake_targets/share:/opt/cuBB/share
userns_mode: host
ipc: "shareable"
image: cubb-build:25-2-srs
image: cubb-build:25-2.1
environment:
- cuBB_SDK=/opt/nvidia/cuBB
command: bash -c "sudo rm -rf /tmp/phy.log && sudo chmod +x /opt/nvidia/cuBB/aerial_l1_entrypoint.sh && /opt/nvidia/cuBB/aerial_l1_entrypoint.sh"

View File

@@ -232,10 +232,10 @@ After preparing the L1 software, the container needs to be committed to create a
In this file the RU MAC address needs to be specified before commiting the image.
```bash
~$ docker commit nv-cubb cubb-build:25-2
~$ docker commit nv-cubb cubb-build:25-2.1
~$ docker image ls
..
cubb-build 25-2 824156e0334c 2 weeks ago 23.9GB
cubb-build 25-2.1 824156e0334c 2 weeks ago 23.9GB
-..
```