Quiz 27 Question 9 of 20

You need to deploy two separate AI inference models on a single GPU-enabled bare-metal host. Model A requires Python 3.8 and PyTorch 1.12, while Model B requires Python 3.10 and PyTorch 2.1. Which technology should you use to isolate these conflicting runtime dependencies and run both models concurrently without interference?

Select an answer to reveal the explanation.

Motivation