Closed rosskouk closed 7 months ago
@rosskouk Apologies for getting back to you late on this, would you please update your version and try again? I think I've addressed the issues at play here, at least based on my local testing.
Thanks Mike, will do.
On Wed, 17 Jan 2024, 05:01 Mike, @.***> wrote:
@rosskouk https://github.com/rosskouk Apologies for getting back to you late on this, would you please update your version and try again? I think I've addressed the issues at play here, at least based on my local testing.
— Reply to this email directly, view it on GitHub https://github.com/mikejgray/ovos-skill-projen/issues/14#issuecomment-1894945425, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZJF3X2IZ4MGPDNZD35G7DYO5LMLAVCNFSM6AAAAABBG2W5TWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUHE2DKNBSGU . You are receiving this because you were mentioned.Message ID: @.***>
@rosskouk I'm going to close this issue as resolved, but please reopen if you find the update didn't fix your problem
Thanks Mike. Apologies for not being in touch sooner, I've not been able to get to it as of yet.
On Wed, 17 Apr 2024, 14:39 Mike, @.***> wrote:
@rosskouk https://github.com/rosskouk I'm going to close this issue as resolved, but please reopen if you find the update didn't fix your problem
— Reply to this email directly, view it on GitHub https://github.com/mikejgray/ovos-skill-projen/issues/14#issuecomment-2061286399, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZJF3XYKBWC4KIQQAUMF2DY5Z3QPAVCNFSM6AAAAABBG2W5TWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRRGI4DMMZZHE . You are receiving this because you were mentioned.Message ID: @.***>
Description
When trying to begin skill development with Neon.AI I used projen to create a template. This template contains a default HelloWorldSkill class. I wanted to get this running on a Neon.AI instance running on Docker containers. The containers were build using the docker-compose file from the NeonCore repo here: https://github.com/NeonGeckoCom/NeonCore/blob/23.12.20/docker/docker-compose.yml.
The local skill folder is then mounted into the neon-skills container via the NEON_SKILLS_DIR environment variable.
Steps to Reproduce
projen new ovosskill --from "@mikejgray/ovos-skill-projen"
.projenrc.json
and add the following:pj
Relevant Code
Other Notes
No response