Mercurial > code > home > repos > homeauto
diff service/speechMusic/makefile @ 455:7e09c0d0a86e
speechmusic can now fetch from http
Ignore-this: 111d84089591287c786f9119bbe546a
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 Apr 2019 14:24:09 -0700 |
parents | ccde9f432e4e |
children |
line wrap: on
line diff
--- a/service/speechMusic/makefile Fri Apr 19 13:51:54 2019 -0700 +++ b/service/speechMusic/makefile Fri Apr 19 14:24:09 2019 -0700 @@ -46,7 +46,7 @@ docker run --rm -it -p ${PORT}:${PORT} \ --name=$(JOB)_local \ --net=host \ - --mount type=tmpfs,destination=/sounds,tmpfs-size=52428800 \ + --mount type=tmpfs,destination=/tmp,tmpfs-size=52428800 \ -v /tmp/pulseaudio:/tmp/pulseaudio \ ${TAG} \ python speechMusic.py -v @@ -57,7 +57,7 @@ --name=$(JOB)_local \ --net=host \ -v /tmp/pulseaudio:/tmp/pulseaudio \ - --mount type=tmpfs,destination=/sounds,tmpfs-size=52428800 \ + --mount type=tmpfs,destination=/tmp,tmpfs-size=52428800 \ --cap-add SYS_PTRACE \ ${TAG} \ strace -f -tts 200 python /mnt/speechMusic.py -v