-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance run graph locally #889
Conversation
…on. Don't open debug ports. Lighter Dockerfile.
…enhance_run_graph_locally
docker/local_batch_job/Dockerfile
Outdated
@@ -10,6 +10,7 @@ USER root | |||
ENV JAVA_HOME=/usr/lib/jvm/jre |
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 are all these env vars necessary, isn't that all set up already in the base image?
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.
JAVA_HOME seems to be. I took this snippet from another docker script, but it might be unneeded there too.
Removed it here
No description provided.