Skip to content
New issue

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

First initial check / test of docker install fails #63

Closed
dbrianhendrix opened this issue Oct 31, 2022 · 1 comment
Closed

First initial check / test of docker install fails #63

dbrianhendrix opened this issue Oct 31, 2022 · 1 comment

Comments

@dbrianhendrix
Copy link

Finished doing:
[1] "git clone" of the BirdNET-Analyzer package, and
[2] sudo docker build -t birdnet.

All successful. However, using the first example on website to run container, I'm getting the following error:

sudo docker run -v $PWD/example:/audio birdnet --i audio --o audio --slist audio
Password:
unknown option --i
usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.

@tommy4st
Copy link
Collaborator

There was a small mistake in the documentation, which is fixed now (see #51). Try this:

docker run -v $PWD/example:/audio birdnet analyzer.py --i audio --o audio --slist audio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants