-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Dockerfile and update Python requirements #1
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Please see my comments below.
FROM python:3 | ||
|
||
RUN apt update \ | ||
&& apt install -y default-jre-headless |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is jre installed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ExiCodec.jar from Josev could be the reason?
@@ -2,3 +2,4 @@ ocpp | |||
cryptography | |||
pydantic==1.* | |||
websockets | |||
py4j |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is py4j added here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The py4j module is used to execute the ExiCodec.jar from Josev. I must have forgotten this module 😅
@activeshadow Your commit is missing a sign off. Please see https://github.com/EVerest/ocpp-csms/pull/1/checks?check_run_id=23252247430 to fix the issue |
No description provided.