Advice user to use --gpus instead of gpu-addon on docker driver #19114
Labels
area/gpu
GPU related items
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
What Happened?
I am trying to integrate GPU with Minikube, My host machine is Windows and I am using docker desktop in wsl2 and trying to provision Minikube with the support of GPU.
I was able to integrate GPU with docker,
sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
minikube start --driver=docker --addons=ingress --addons=nvidia-gpu-device-plugin
Attach the log file
log.txt
Operating System
Windows
Driver
Docker
step I followed
Medium Link
The text was updated successfully, but these errors were encountered: