Compile jar files into graalvm native-images #22
Labels
difficulty: beginner
Little prior knowledge required
enhancement
New feature or request
priority: low
Shoul be completed in the next month
The 2 chatbots and connecting worlds that are java projects:
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:
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.
The text was updated successfully, but these errors were encountered: