gpustat-unraid
gpustat-unraid copied to clipboard
[ENHANCEMENT] - CodeProject.AI_Server Icon
Greetings.
The CodeProject.AI_Server icon should be similar to Deepstack.
Looks like for Deepstack you're looking for 'python3', then looking a little further.
For CodeProject.AI_Server it looks something like this:
python3.8 /app/AnalysisLayer/ObjectDetectionYolo/detect_adapter.py
So maybe, similar to Deepstack, 'python3.8' then look further for '/app/AnalysisLayer'?
icon: https://codeproject.freetls.fastly.net/App_Themes/CodeProject/Img/logo250x135.gif
Thanks!
On my install (codeproject/ai-server:gpu) the process using the GPU has the command:
python3.8 /app/preinstalled-modules/ObjectDetectionYolo/detect_adapter.py
So probably best to match 'python3' then match 'ObjectDetectionYolo/detect_adapter.py'?
Hmmm... good catch.
I just updated my CodeProject.AI container to the latest and now it's the same for me as well:
python3.8 /app/preinstalled-modules/ObjectDetectionYolo/detect_adapter.py
I agree, maybe starts-with python3 and ends-with detect_adapter.py?
Thanks!
Added pull request #58