-
Notifications
You must be signed in to change notification settings - Fork 727
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
Dockerfile Build issue #203
Comments
Hi @Tarektouati, Can you try to follow the instruction in the Dockerfile (ie. run with
It looks like it should help with out-of-memory issues. |
Thanks it worked for me |
lfborjas
added a commit
to lfborjas/freenatalchart.xyz
that referenced
this issue
Oct 18, 2020
It seems that certain haskell packages (in my case, haskell-src-exts,) take up so much memory that docker dies trying to run them, so we make it run with one job, vs. as many as possible in parallel. See: * https://github.com/facebook/duckling/blob/7889f396f324028075d39e5003f1083ad05d68f3/Dockerfile * facebook/duckling#203 * wireapp/wire-server#562 * https://stackoverflow.com/questions/56496852/problem-building-a-docker-container-with-haskell-stack-how-can-i-ensure-that-ha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i can't build the Dockerfile on :
RUN stack build
=>The command '/bin/sh -c stack build' returned a non-zero code: 137
The text was updated successfully, but these errors were encountered: