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

Updated Dockerfile using requirements.txt #492

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Conversation

tommy4st
Copy link
Collaborator

Changes:

  • Updated base image from Python 3.9 to 3.11
  • Now using requirements.txt for installing dependencies

Test:

docker build -t birdnet-analyzer .
docker run --rm -it birdnet-analyzer

or using buildah and podman:

buildah build -t birdnet-analyzer .
podman run --rm -it birdnet-analyzer

Copy link
Collaborator

@Josef-Haupt Josef-Haupt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Josef-Haupt Josef-Haupt merged commit bda262e into main Nov 1, 2024
@Josef-Haupt Josef-Haupt deleted the update-dockerfile branch November 1, 2024 14:57
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

Successfully merging this pull request may close these issues.

2 participants