gpu/cuda/runtime/entrypoint.d/80-internal-image.sh
2024-11-09 06:33:02 +08:00

13 lines
366 B
Bash

#!/bin/bash
# Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
internal_only_deprecation_notice() {
echo
print_banner_text "*" "PRIVATE IMAGE"
echo "This image is PRIVATE."
echo "FOR INTERNAL USE ONLY"
echo "DO NOT ship to external customers!"
}
[ -n "${NVIDIA_CUDA_INTERNAL}" ] && internal_only_deprecation_notice