smartgic / docker-mycroft

Mycroft AI Voice Assistant Docker images and docker-compose.yml files for x86_64, arm7vl and aarch64 CPU architectures.
https://hub.docker.com/u/smartgic
Apache License 2.0
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

goldyfruit commented 3 years ago

When using the the NewsSkill, mycroft_audio container is not able to play the stream file retrieved from mycroft_skills.

The reason is because the file is downloaded into /tmp/mycroft/cache/NewsSkill/ directory within the mycroft_skills container.

The solution will be to share a volume between the two containers.

goldyfruit commented 3 years ago

Fixed https://github.com/smartgic/docker-mycroft/commit/08732c455bd99b50bbbba85d64d2f87a6f4914ae