Exam NCP-AII Topic 3 Question 58 Discussion
Actual exam question for NVIDIA's NCP-AII exam
Question #: 58
Topic #: 3
Question #: 58
Topic #: 3
You are tasked with creating a custom Docker image for a deep learning application that requires a specific version of cuDNN. You want to minimize the image size while ensuring that the cuDNN libraries are correctly installed and configured. What is the most efficient way to achieve this?
Suggested Answer: B Vote an answer
A multi-stage Docker build (B) is the most efficient approach. It allows you to use a larger image with the CUDA toolkit for building and then copy only the necessary cuDNN libraries to a smaller runtime image, minimizing the final image size. Manually copying libraries (A) is tedious and error-prone. Installing the entire CUDA toolkit (C) unnecessarily increases the image size. The NVIDIA Container Toolkit (D) focuses on enabling GPU access, not dynamically injecting specific libraries. Running an install of cuDNN during the container run is problematic since the image should be self-contained.
by Sid at May 09, 2026, 08:55 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).