dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.18k stars 446 forks source link

Add `homeassistant-core` container 🎁 #442

Closed ms1design closed 6 months ago

ms1design commented 6 months ago

Hi @dusty-nv !

This is the last PR from me this month 🤞 🙈 (surprise!)

Have fun!

dusty-nv commented 6 months ago

Thanks @ms1design, amazing! 👍

This is a great start to HomeAssistant integration, thank you. That is also great what you did with the python container and deadsnakes ppa. Eventually we can clean up that dockerfile by just making an install_python.sh script so there isn't so much cludgery in the dockerfile RUN commands (I suspect most of the repo will end up migrating to a similar approach to not only save layers, but make them more clean/editable and also those scripts can be reused by other ppl outside of containers). But this is great for now!

ms1design commented 6 months ago

You're welcome @dusty-nv 👍

Bare in mind that homeassistant-core requires python 3.11 - but this we could fix later. I'm 100% with you on the creating some sh scripts for such purposes as installing specific versions of dependencies, cleanups, etc.