-
Notifications
You must be signed in to change notification settings - Fork 27
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
Illegal instruction (core dumped) #2
Comments
That's weird. What OS and docker version are you using ? |
Docker: |
@codevbus I created a docker image built on hub.docker.com, please try this out:
https://hub.docker.com/r/artpar/languagecrunch-cloudbuild/ The original image was built on osx, wondering if that was an issue. |
I can confirm the same behavior, and that the new image does work.
Failing w/original image
Working w/new image
|
I'm still getting the same error on the new image. |
Potentially this? |
Same problem here, on windows 10. PS C:\Users\x> docker run artpar/languagecrunch I haven't tried languagecrunch-cloudbuild |
@mehmetilker can you try languagecrunch-cloudbuild, it solved the issue for couple of people. The issue linked by @codevbus seems to be related and the comment there says they have figured out the issue and the fix will come in next version. I hope that works out. |
@artpar I was waiting for download. Yes it worked. Thanks. |
Hi, just wanted to note that I'm still having this issue with the cloudbuild version. Also, this looks awesome, can't wait to try it. I'm running on CentOS Linux release 7.4.1708 (Core) |
For those who are not able to run the docker image, can you try building the image locally and see if it makes any difference ? Have hosted the docker image to: http://languagecrunch.docile.online/ Eg: |
Got it, doing docker build worked. Thanks! |
@artpar Sorry for the delay in response. Finally got a chance to poke at this more. Building the docker image from the Dockerfile/repo on the server finally worked. Thanks for your assistance! |
Not closing the issue, as its not really solved and might help someone else. |
Getting:
Illegal instruction (core dumped)
When running:
sudo docker run -p 8080:8080 artpar/languagecrunch
The text was updated successfully, but these errors were encountered: