[go: nahoru, domu]

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

Docker.train: copy libkenlm.so from wget-binaries #2029

Closed
wants to merge 1 commit into from
Closed

Docker.train: copy libkenlm.so from wget-binaries #2029

wants to merge 1 commit into from

Conversation

nichady
Copy link
@nichady nichady commented Nov 28, 2021

When running "/code/generate_scorer_package" in an image built from Dockerfile.train, it fails with this error message:
"error while loading shared libraries: libkenlm.so: cannot open shared object file: No such file or directory"

This adds the "libkenlm.so" file to "/usr/lib/" so that it can be found by "generate_scorer_package"

libkenlm.so is required for generate_scorer_package to run
@CLAassistant
Copy link
CLAassistant commented Nov 28, 2021

CLA assistant check
All committers have signed the CLA.

@reuben
Copy link
Collaborator
reuben commented Dec 7, 2021

Hi @nichady! Thanks for the PR! I'm closing this in favor of #2041 which should also make building the image a bit faster and is more future proof (make sure all native client binaries and dependencies are available).

@reuben reuben closed this Dec 7, 2021
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.

None yet

3 participants