How to Run Docker Compose Containers With GPU Access

Share
  • July 24, 2022
GPU access in Docker lets you containerize demanding workloads such as machine learning applications. GPUs aren’t automatically available when you start a new container but they can be activated with the –gpus flag for docker run or by adding extra fields to a docker-compose.yml file.

Read This Article on How-To Geek ›

Source : How to Run Docker Compose Containers With GPU Access