Skip to content

Commit

Permalink
Update docker overlay files for ovos compat (#216)
Browse files Browse the repository at this point in the history
* Update docker overlay files for ovos compat

* bump ovos-core dependency spec

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel committed Apr 14, 2022
1 parent 3b2bb19 commit 67ea6fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ WORKDIR /neon_core

COPY docker_overlay/asoundrc /root/.asoundrc

RUN mkdir -p /root/.config/neon
COPY docker_overlay/neon.conf /root/.config/neon/neon.conf

RUN pip install wheel && \
pip install .

CMD ["neon_skills_service"]

FROM base as default_skills

RUN mkdir -p /root/.config/neon
RUN mkdir -p /root/.local/share/neon
COPY docker_overlay/skill_settings /root/.config/neon/skills
COPY docker_overlay/ngi_local_conf.yml /config/
Expand Down
5 changes: 0 additions & 5 deletions docker_overlay/mycroft.conf

This file was deleted.

8 changes: 8 additions & 0 deletions docker_overlay/neon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"play_wav_cmdline": "play %1",
"play_mp3_cmdline": "play %1",
"play_ogg_cmdline": "play %1",
"skills": {
"extra_directories": ["/skills"]
}
}
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mycroft
ovos-core[skills_lgpl]~=0.0.2a5
ovos-core[skills_lgpl]~=0.0.2a10

# utils
neon-utils~=0.12,>=0.15.1a7
Expand Down

0 comments on commit 67ea6fb

Please sign in to comment.