You are developing a CI/CD pipeline for deploying A1 models to a Kubernetes cluster with NVIDIA GPUs. Your pipeline includes steps to build, test, and deploy the model as a containerized application. What is the recommended approach for ensuring that the application container image includes the correct NVIDIA drivers and libraries?
正解:B
Using a base image provided by NVIDIA (such as those from NGC) is the recommended approach because it ensures that the container image includes the correct and compatible drivers and libraries, simplifying the build process and reducing potential compatibility issues. The NVIDIA Container Toolkit requires host drivers and handles the injection of the library into the container and not the building of the image.