-
Notifications
You must be signed in to change notification settings - Fork 43
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 SBT uber-jar creation info #127
Comments
From gitter: Cause for one user was discard merge strategy removing all of the service loader files:
Fixed by:
(Note that this discards the manifest file, which is probably OK in most cases, but not all) |
@AlexDBlack where are you thinking we should put this? In this page? https://deeplearning4j.org/docs/latest/deeplearning4j-config-buildtools |
Thanks. The above fix worked for me. I was struggling with this for quite a while. |
Something that some SBT users run into is uber-jars that give a Nd4jBackend.NoAvailableBackendException, due to incorrect packaging with plugins like sbt-assembly plugin (for example, missing or not adding java service loader files under /META-INF/services/
Having something we can point users to for this would be useful.
Due Date
To be completed by: YYYY-MM-DD
Description
Write a short description of what needs to be done.
Assignees
Please ensure you have assigned at least one person to this issue. Include any authors and reviewers required.
The text was updated successfully, but these errors were encountered: