How to make the deployment compatible with Docker? #313
Unanswered
guptakvgaurav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write a program which will simulate sensors installed in a room. This setup require customtkinter and kafka, therefore i decided to bundle them up in a docker for deployment convenience.
My problem is custom-tkinter is not able to initialize the
App()
problem due to absence (probably) of display module in the docker image. Hence, it comes up with the error and here are the logsdocker-compose.yml
Dockerfile
Beta Was this translation helpful? Give feedback.
All reactions