Joachim Rahn

Results 3 issues of Joachim Rahn

I've build BirdNET as you proposed in [Installation (Docker)](https://github.com/kahst/BirdNET#installation-docker) and building works fine so far. Trying it out gives the following error messages: > sudo docker run -v $PWD/example:/audio birdnet...

Since using the combination of `ENTRYPOINT` and `CMD` section in _**Dockerfile**_ we have to explicitly call the `analyze.py` script on the command line, because the first argument on the command...

This is for convenience and alternatively to PR #51 AFAIK the combination of `ENTRYPOINT` and `CMD` section in _**Dockerfile**_ only makes sense if one needs the feature to overwrite the...