-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installation: untar libzmq in venv folder instead of /usr/local
- on a linux-host docker build, the user can't write to /usr/local and installing pyzmq fails - normal installation also changed because it's sensible to have all pyzmq dependencies in the venv - this also makes the separate 'sudo rsync' command obsolete - jukebox.Dockerfile: removing ZMQ_PREFIX=${PREFIX} since PREFIX variable doesn't exist in docker environment - jukebox.Dockerfile: use ENV to set ZMQ_DRAFT_API
- Loading branch information
1 parent
40f492e
commit 8e74ebe
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters