gpustat-unraid icon indicating copy to clipboard operation
gpustat-unraid copied to clipboard

[ENHANCEMENT] - CodeProject.AI_Server Icon

Open bcastellucci opened this issue 1 year ago • 3 comments

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!

bcastellucci avatar Mar 05 '23 17:03 bcastellucci

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'?

chillr21 avatar Apr 21 '23 12:04 chillr21

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!

bcastellucci avatar Apr 21 '23 15:04 bcastellucci

Added pull request #58

chillr21 avatar Apr 22 '23 02:04 chillr21