BirdNET-stream/docker/all
Samuel Ortion 048e93fef0 Spliiting to far may not be the solution 2022-08-22 06:22:30 +02:00
..
Dockerfile Spliiting to far may not be the solution 2022-08-22 06:22:30 +02:00
README.md Update install.sh 2022-08-21 06:13:15 +02:00

README.md

All in One Docker Container for BirdNET-stream application

Requirements

  • docker

Quick start

git clone https://github.com/UncleSamulus/BirdNET-stream.git
cd ./BirdNET-stream/docker/all
docker build -t "birdnet_all:latest" -f ./docker/all/Dockerfile .

If docker command does not work because of unsufficient permissions, you could add your user to docker group:

sudo usermod -aG docker $USER

Then logout, reconnect and try again.

Then, docker container should be run this way:

docker run -it birdnet_all --restart unless-stopped