mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Fix target folder for kitmaker
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
4d1daa0b6c
commit
a53e3604a6
@ -95,12 +95,11 @@ function extract-all() {
|
||||
set -x
|
||||
# We need to publish the libnvidia-container0 packages to the kitmaker repository as a once off operation.
|
||||
# We include the packages here so that these will be added to the archive for the ubuntu18.04 arm64 packages.
|
||||
target="${ARTIFACTS_DIR}/${f##/artifacts/}"
|
||||
mkdir -p "$(dirname ${target})/packages/ubuntu18.04/arm64/"
|
||||
mkdir -p "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/"
|
||||
curl -L "https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb" \
|
||||
--output "${target}/packages/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb"
|
||||
--output "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb"
|
||||
curl -L "https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb" \
|
||||
--output "${target}/packages/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb"
|
||||
--output "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb"
|
||||
set +x
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user