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

Docker Container Missing MANIFEST.in #261

Closed
dnusinow opened this issue Jul 1, 2024 · 2 comments
Closed

Docker Container Missing MANIFEST.in #261

dnusinow opened this issue Jul 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dnusinow
Copy link
Contributor

dnusinow commented Jul 1, 2024

Thank you for alphadia and congratulations on the release!

Describe the bug
The alphadia docker container errors with the following error:

ERROR: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/alphadia/constants/default.yaml'.

This was fixed by adding COPY MANIFEST.in MANIFEST.in to the Dockerfile around line 40.

To Reproduce
Steps to reproduce the behavior:
I followed the instructions here which worked perfectly with the patch suggested above.

Expected behavior
The alphadia run should go to completion.

Logs
I don't have the log anymore after patching the dockerfile.

Version (please complete the following information):

  • Installation Type Docker both from dockerhub and custom built from a git checkout
  • If no log is available, provide the following:
    • Platform information
      • system Ubuntu linux
      • release 22.04.4 LTS (jammy)
      • version [e.g. 10.15.7]
      • machine amd64
      • processor Intel x86
      • cpu count 64
    • Python information:
@GeorgWa
Copy link
Collaborator

GeorgWa commented Jul 1, 2024

Hi, thanks for reporting the Bug!
Could you open a PR with the suggested change against the dev branch?

@GeorgWa GeorgWa added the bug Something isn't working label Jul 1, 2024
dnusinow added a commit to dnusinow/alphadia that referenced this issue Jul 1, 2024
@dnusinow
Copy link
Contributor Author

dnusinow commented Jul 1, 2024 via email

mschwoer added a commit that referenced this issue Jul 3, 2024
#261 install MANIFEST.in in docker container
@GeorgWa GeorgWa closed this as completed Jul 5, 2024
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

No branches or pull requests

2 participants