We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the Docker image as non root user
docker run --user $(id -u):$(id -g) -v /home/ivo/Sites/audiomoth-zx/files/destination:/audio breallis/birdnet:cpu --i audio/audios --o /audio/birdnet
this error occurs:
RuntimeError: cannot cache function '__shear_dense': no locator available for file '/usr/local/lib/python3.7/site-packages/librosa/util/utils.py'
I guess the default NUMBA_CACHE_DIR can only be written as root? I have no clue of python though. Any ideas how to fix this?
The files created by the Docker image are created by root per default which causes permission problems with further processing of the files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the Docker image as non root user
this error occurs:
I guess the default NUMBA_CACHE_DIR can only be written as root?
I have no clue of python though.
Any ideas how to fix this?
The files created by the Docker image are created by root per default which causes permission problems with further processing of the files.
The text was updated successfully, but these errors were encountered: