-
Notifications
You must be signed in to change notification settings - Fork 18
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
Docker small fixes #574
Docker small fixes #574
Conversation
addresses SyneRBI#540 (by disabling the git-prompt feature which only works in bash)
jupyter terminals currently use sh, not bash. Best to be safe.
replaces env_ccppetmr.sh
In the previous version /home-away was moved to $HOME. This caused problems with `docker exec` as it expects /home-away to be present. Now we just keep it. Fixes SyneRBI#544 [actions skip]
Fixes SyneRBI#573 [actions skip]
libboost-dev libboost-chrono-dev \ | ||
libboost-filesystem-dev libboost-thread-dev \ | ||
libboost-date-time-dev libboost-regex-dev \ | ||
libboost-program-options-dev libboost-atomic-dev \ | ||
libboost-test-dev libboost-timer-dev \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't we decide to remove these packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied the list from the VM. Not 100% sure if we still need all of them, but definitely most of them.
The previous version installed all the boost libraries, which is considerably more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be fine
thanks. feel free to merge (not squash-merge), or tell me to do it |
see commit messages if what this does.
@paskino, could you have a quick look?