Mercurial > hg > piper-vamp-js
comparison examples/docker/Dockerfile @ 163:bd5f8a600401
Comment
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 16 Jun 2017 11:56:39 +0100 |
parents | 1c99b6b9766b |
children |
comparison
equal
deleted
inserted
replaced
162:1c99b6b9766b | 163:bd5f8a600401 |
---|---|
120 RUN perl -i -p -e 's/Pitchtracker/PitchTracker/g' cepstral-pitchtracker.cpp | 120 RUN perl -i -p -e 's/Pitchtracker/PitchTracker/g' cepstral-pitchtracker.cpp |
121 RUN perl -i -p -e 's,^//.*\n,,' cepstral-pitchtracker.cpp | 121 RUN perl -i -p -e 's,^//.*\n,,' cepstral-pitchtracker.cpp |
122 RUN cat cepstral-pitchtracker.cpp | 122 RUN cat cepstral-pitchtracker.cpp |
123 | 123 |
124 | 124 |
125 # Phase 4. Create a Makefile and run the JS module build. | 125 # Phase 4. Create a Makefile and run the JS module build. This is a |
126 # bit ugly because we're trying to stuff the whole content of the | |
127 # Makefile into our Docker script! | |
126 # | 128 # |
127 RUN echo \ | 129 RUN echo \ |
128 'PIPER_VAMP_JS_DIR := ../piper-vamp-js\n\n\ | 130 'PIPER_VAMP_JS_DIR := ../piper-vamp-js\n\n\ |
129 PLUGIN_DIR := ../cepstral-pitchtracker\n\ | 131 PLUGIN_DIR := ../cepstral-pitchtracker\n\ |
130 SRC_DIR := $(PLUGIN_DIR)\n\n\ | 132 SRC_DIR := $(PLUGIN_DIR)\n\n\ |