Closed sickelap closed 1 year ago
Looks good to me! Do you have an idea on how we handle gpu processing in the future? Will we add just another image with the cuda dependencies?
Yes, I think if we would want to have an image which has GPU support it would be in a separate image with a tag specifying the features like TensorFlow, Cuda and others
Yes, I think if we would want to have an image which has GPU support it would be in a separate image with a tag specifying the features like TensorFlow, Cuda and others
Yea, it think its better if we create a another image!
Because we are using CPU for AI work, we don't need to install CUDA dependencies which takes considerable amount of disk space with no reason. This change reduce image size (for x86_64) by 2.6 GB.
Tested by scanning fresh installation with 4.5k photos. Face detection and scene detection worked fine.
Before applying changes:
After applying changes: