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

Fix model directory in docker file #53

Open
MaHaWo opened this issue Jun 25, 2024 · 0 comments · May be fixed by #55
Open

Fix model directory in docker file #53

MaHaWo opened this issue Jun 25, 2024 · 0 comments · May be fixed by #55
Labels
bug Something isn't working

Comments

@MaHaWo
Copy link
Collaborator

MaHaWo commented Jun 25, 2024

Describe the bug
Dockercontainers running on the current image will not find models when the model directory of the container is mounted into an empty directory.

To Reproduce
Run the docker image with -v ~/faunanet/models:/root/faunanet/models for instance and observe that if the ~/faunanet/models models directory is empty the faunanet process will crash with an error indicating that no models have been found.

Expected behavior
default models should run irrespective of mounted directories or volumes.

machine/OS:

  • OS: Linux, macOS, Windows
@MaHaWo MaHaWo added the bug Something isn't working label Jun 25, 2024
@MaHaWo MaHaWo linked a pull request Jul 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant