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

Arabic spotlight docker fails during build #33

Open
AhmedBytesBits opened this issue Oct 7, 2019 · 0 comments
Open

Arabic spotlight docker fails during build #33

AhmedBytesBits opened this issue Oct 7, 2019 · 0 comments

Comments

@AhmedBytesBits
Copy link

Hi,
When tried to build from Dockerfile for arabic Spotlight it fails during the RUN command with following error message:

The command '/bin/sh -c apk add --no-cache curl && mkdir -p /opt/spotlight && cd /opt/spotlight && curl -O "http://$RELEASE_SERVER/spotlight/$RELEASE_FILENAME" && curl -O "http://$RELEASE_SERVER/2016-10/ar/model/$LANGUAGE_MODEL" && tar xvf $LANGUAGE_MODEL && rm $LANGUAGE_MODEL && apk del curl' returned a non-zero code: 1

Splitting RUN command to debug yields the following error:

tar: invalid tar magic
The command '/bin/sh -c tar xvf $LANGUAGE_MODEL' returned a non-zero code: 1

Any advises to fix this?

@AhmedBytesBits AhmedBytesBits changed the title arabic spotlight docker fails in build Arabic spotlight docker fails during build Oct 7, 2019
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

No branches or pull requests

1 participant