silx icon indicating copy to clipboard operation
silx copied to clipboard

AttributeError: 'NoneType' object has no attribute 'create_context'

Open ericosmic opened this issue 4 years ago • 2 comments

I try to use sift to extract features from image
image

but it give a error: image

then I try to import pyopencl but it also give a error: image

Anyone can help?

ericosmic avatar Dec 13 '20 03:12 ericosmic

After search answer in web, I think the question essentil is pyopencl doesnt support use of the gpu and cpu devices in docker container.

ericosmic avatar Dec 13 '20 08:12 ericosmic

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!

yoyoshuang avatar Oct 13 '21 06:10 yoyoshuang