Revert "Pre-download DCGM/fabricmanager debs on host to bypass chroot apt"

This reverts commit 4110dbf8a6.
This commit is contained in:
Mikhail Chusavitin
2026-04-15 17:19:53 +03:00
parent 4110dbf8a6
commit 04eb4b5a6d
2 changed files with 0 additions and 137 deletions

View File

@@ -1296,18 +1296,6 @@ if [ -f "${LB_INCLUDES}/root/.ssh/authorized_keys" ]; then
chmod 600 "${LB_INCLUDES}/root/.ssh/authorized_keys"
fi
# --- pre-download NVIDIA apt packages into config/packages.chroot ---
# live-build creates a local apt repo from config/packages.chroot/*.deb so the
# chroot can install them without reaching the NVIDIA CUDA HTTPS source.
if [ "$BEE_GPU_VENDOR" = "nvidia" ]; then
run_step "download DCGM ${DCGM_VERSION} / fabricmanager ${NVIDIA_FABRICMANAGER_VERSION} packages" \
"25-dcgm" \
sh "${BUILDER_DIR}/build-dcgm.sh" \
"${DCGM_VERSION}" \
"${NVIDIA_FABRICMANAGER_VERSION}" \
"${LB_DIR}"
fi
# --- build ISO using live-build ---
echo ""
echo "=== building ISO (variant: ${BUILD_VARIANT}) ==="