diff service/speechMusic/makefile @ 1258:f0bbab217983

speechmusic can now fetch from http Ignore-this: 111d84089591287c786f9119bbe546a darcs-hash:29345c38a1f76d6aaf0f58a34d26c5344b234356
author drewp <drewp@bigasterisk.com>
date Fri, 19 Apr 2019 14:24:09 -0700
parents c0721332a9fe
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