-
Notifications
You must be signed in to change notification settings - Fork 47
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
stack --docker build hangs #202
Comments
This may or may not belong on the stack issue tracker instead. @snoyberg what do you think? |
I also hear @borsboom is a person to ask stack+docker related questions so cc too :) |
In terms of hanging, there's a bug in the image's entrypoint that causes it to run a big I fixed this entrypoint bug a few days ago and the most recent Docker images I've generated include that fix. @mboes, perhaps you can update the entrypoint in the |
@borsboom is there any solution to @tgkokk's use case in sight? (If so we should have a ticket on the stack issue tracker). Would resolving commercialhaskell/stack#531 help? @tgkokk in the meantime, I think you're better off using Vagrant. |
@tgkokk IHaskell support outside of docker might work, but likely it will be finicky. Fortunately there's http://www.kronosnotebook.com/haskell. @gibiansky do you know what it would take to have kronos pick up the inline-r plugin? |
See commercialhaskell/stack#194.
Not with the boot2docker issue, but it would help with you not needing to update the image's entrypoint to take advantage of any future bugfixes/requirements (since the entrypoint's functionality would move to stack itself). |
@mboes OK, I was able to build HaskellR. The console REPL ( FWIW, this is what the plot looks like: |
I'm trying to build using the steps outlined here. I pulled the image successfully but when I run
stack --docker build
, I get an error fromtar
and then it hangs, so I have to kill the process. The output ofstack --verbosity debug --docker build
is this;I'm on OS X and I'm using
docker
along withdocker-machine
.The text was updated successfully, but these errors were encountered: