file-magic is a dependency in setup.py, but the Docker builds don't use that method.
Because the Docker image doesn't include it, when an image import is attempted with the caffe plugin, it fails to detect the file type and skips all inputs (producing many debug log outputs).
EDITED to add: There's barely any (if at all) indication that file-magic is what's needed. This can be frustrating to the uninitiated user.
file-magic is a dependency in setup.py, but the Docker builds don't use that method.
Because the Docker image doesn't include it, when an image import is attempted with the caffe plugin, it fails to detect the file type and skips all inputs (producing many debug log outputs).
EDITED to add: There's barely any (if at all) indication that file-magic is what's needed. This can be frustrating to the uninitiated user.