codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
636 stars 143 forks source link

Docker with GPU - No GPU stats? #40

Closed rbflurry closed 1 year ago

rbflurry commented 1 year ago

Recently switched from windows with gpu to a docker container with gpu support. In windows the dashboard showed GPU utilization stats but it seems to be missing from the docker installation.

I am able to run nvidia-smi / nvidia-smi dmon from inside the container and get temp, memory and gpu utilization. Should this data be present in the dashboard when running in docker?

image

ChrisMaunder commented 1 year ago

It should. I'll add this as a bug

rbflurry commented 1 year ago

Thanks Chris. Went back, looked and did some testing. On the windows machine I was running 2.0.6, the docker container above is 2.0.8.

I downloaded Docker-2.0.6:gpu and the stats were there. Downloaded Docker-2.0.7:gpu and the stats were missing.

rbflurry commented 1 year ago

This is resolved in the new release.