silx
silx copied to clipboard
AttributeError: 'NoneType' object has no attribute 'create_context'
I try to use sift to extract features from image
but it give a error:
then I try to import pyopencl but it also give a error:
Anyone can help?
After search answer in web, I think the question essentil is pyopencl doesnt support use of the gpu and cpu devices in docker container.
After search answer in web, I think the question essentil is pyopencl doesnt support use of the gpu and cpu devices in docker container.
hello ericosmic,
Have you solved the problem? I have the same problem,I want to run sift on gpu in docker container, but it doesn't work.
Looking forward to your reply!