Building driver image

Hi guys,
I am trying to build driver image for ubuntu24.04 , kernel version 6.8.0-49-generic, driver branch 570 cuda version 12.8
but I get this error:

37.39 Get:31 Index of /ubuntu noble-backports/main i386 Packages [38.9 kB]
37.40 Get:32 Index of /ubuntu noble-backports/universe amd64 Packages [31.8 kB]
37.40 Get:33 Index of /ubuntu noble-backports/main amd64 Packages [48.0 kB]
37.41 Get:34 Index of /ubuntu noble-backports/universe i386 Packages [16.0 kB]
37.53 Fetched 44.7 MB in 37s (1199 kB/s)
37.53 Reading package lists…
38.85 Reading package lists…
40.05 Building dependency tree…
40.28 Reading state information…
40.30 Package nvidia-imex-570 is not available, but is referred to by another package.
40.30 This may mean that the package is missing, has been obsoleted, or
40.30 is only available from another source
40.30
40.30 E: Version ‘570.36-1’ for ‘nvidia-imex-570’ was not found

Dockerfile:49

48 |
49 | >>> RUN if [ “$DRIVER_BRANCH” -ge “550” ]; then
50 | >>> apt-get update &&
51 | >>> apt-get install -y --no-install-recommends nvidia-imex-${DRIVER_BRANCH}=${DRIVER_VERSION}-1 &&
52 | >>> rm -rf /var/lib/apt/lists/*; fi

53
ERROR: failed to solve: process “/bin/sh -c if [ "$DRIVER_BRANCH" -ge "550" ]; then apt-get update && apt-get install -y --no-install-recommends nvidia-imex-${DRIVER_BRANCH}=${DRIVER_VERSION}-1 && rm -rf /var/lib/apt/lists/*; fi” did not complete successfully: exit code: 100

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/9nd4968o3ptxivn0znxm6kfqs
(base) amin@Amins-MacBook-Pro precompiled %