You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
would you please tell me how I could make this image?
`7.744 is only available from another source
7.744
7.749 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`