-
Notifications
You must be signed in to change notification settings - Fork 30
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
eynollah command doesnt do anything nor log errors inside docker container #120
Comments
Hello @FabricioTeran - some more info is needed to figure out what is the problem. I understand that you are using Eynollah via Docker - I assume with a Linux-based container? How did you install Eynollah, from source or from a release via PyPi? What error message is being shown when you try to run Eynollah via the command line? |
Thank you for the fast answer, im in ubuntu 22.04, with last version of docker and docker desktop, mi Dockerfile looks like:
My docker-compose.yml looks like:
The /mon folder is a bind mount, and the image im65.tiff is inside, running an |
Thanks. Still investigating...but at least I found out that Tensorflow >=2.16 pulls Keras 3, with which we are not yet compatible. Can you please try with a Tensorflow version between 2.12 and 2.15? |
Hi, i have tried with tensorflow 2.12 and now works fine, it doesnt work with tensorflow 2.14 nor 2.15 with something related to keras.backend that cannot import some function, the log was: |
Thank you for reporting back. Glad to hear it works for you with tensorflow 2.12, which I have pinned for now until we can fix compatibility with newer TF/Keras versions. The error should also be gone with the fix from #121 (comment). We still need to fix a nasty regression before I can make a new release on PyPI, so for now the fix is only applied when installing from source. Can we close this here? |
Hi, sure, close this |
Thanks for opening the other question in another issue - this helps us to keep an overview and track progress towards separate issues. Closing this now. |
I have tried every possible way to run eynollah but its like i have runed nothing inside docker container, python 3.9, tensorflow 2.16.1 . The program simply doesnt run without logging anything
The text was updated successfully, but these errors were encountered: