We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When tried to build from Dockerfile for arabic Spotlight it fails during the RUN command with following error message:
Splitting RUN command to debug yields the following error:
Any advises to fix this?
The text was updated successfully, but these errors were encountered: