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

Add Dockerfile and update Python requirements #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

activeshadow
Copy link

No description provided.

@Pietfried Pietfried self-requested a review April 9, 2024 08:38
@Pietfried Pietfried self-assigned this Apr 9, 2024
Copy link
Contributor

@Pietfried Pietfried left a 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
Copy link
Contributor

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?

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
Copy link
Contributor

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?

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 😅

@Pietfried
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants