Mycroft AI Voice Assistant Docker images and docker-compose.yml files for x86_64, arm7vl and aarch64 CPU architectures.
41
stars
8
forks
source link
mycroft_skills and mycroft_audio container needs to share /tmp/mycroft/cache #4
Closed
goldyfruit closed 3 years ago
When using the the
NewsSkill
,mycroft_audio
container is not able to play the stream file retrieved frommycroft_skills
.The reason is because the file is downloaded into
/tmp/mycroft/cache/NewsSkill/
directory within themycroft_skills
container.The solution will be to share a volume between the two containers.