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

Compile jar files into graalvm native-images #22

Open
neomatrix369 opened this issue Apr 20, 2022 · 0 comments
Open

Compile jar files into graalvm native-images #22

neomatrix369 opened this issue Apr 20, 2022 · 0 comments
Labels
difficulty: beginner Little prior knowledge required enhancement New feature or request priority: low Shoul be completed in the next month

Comments

@neomatrix369
Copy link
Owner

neomatrix369 commented Apr 20, 2022

The 2 chatbots and connecting worlds that are java projects:

  • Helidon world (Java)
  • Quarkus world (Java)
  • Connecting worlds (Java)

are currently built and run via java jar files, the final docker image could instead have native-images for all of them.

Benefits of doing this:

  • quicker startup
  • low memory footprint

Examples on how to do this can be found in https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/examples/tribuo/, see https://github.com/neomatrix369/awesome-ai-ml-dl/blob/master/examples/tribuo/builder.sh for the code behind it.

@neomatrix369 neomatrix369 added the enhancement New feature or request label Apr 20, 2022
@yugoccp yugoccp added difficulty: beginner Little prior knowledge required priority: low Shoul be completed in the next month labels Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: beginner Little prior knowledge required enhancement New feature or request priority: low Shoul be completed in the next month
Projects
None yet
Development

No branches or pull requests

2 participants