Commit 4aa435e
feat(docker): include essentia extractor binary in container image (#162)
* Include essentia extractor binary in container image
Essentia provides binaries for x86_64 Linux and i686.
The 32 bit binaries are not included as it is unlikely that they will be used.
The `essentia-extractors` stage will only execute for 64 bit image builds.
* fixup! correction
Co-authored-by: Senan Kelly <senan@senan.xyz>
* fixup! mistake
* pin version; copy with * to work on other platforms; extract only the binary to /tmp
closes #161
---------
Co-authored-by: Senan Kelly <senan@senan.xyz>1 parent f2bd09c commit 4aa435e
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| 31 | + | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
0 commit comments