Hey, it seems that this Docker image use opencv from conda-forge channel (link), while there is a opencv available from anaconda channel (link). The one from conda-forge channel is lack of non-free algorithms, such as sift, surf from xfeatures2d. Could you consider replacing it with the one from anaconda channel?
And may I ask why you install opencv-python using pip while we already have opencv installed by conda? (link).
Hey, it seems that this Docker image use opencv from conda-forge channel (link), while there is a opencv available from anaconda channel (link). The one from conda-forge channel is lack of non-free algorithms, such as
sift, surffromxfeatures2d. Could you consider replacing it with the one from anaconda channel?And may I ask why you install
opencv-pythonusingpipwhile we already have opencv installed by conda? (link).