dusty-nv / jetson-containers

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

fix(homeassistant-core): Fix Dockerfile, add S6, missing deps, remove dev deps #467

Closed ms1design closed 3 months ago

ms1design commented 3 months ago

Hi @dusty-nv 👋

First batch of fixes to homeassistant-core container arrived :) Mostly I migrated from experimental dev Dockerfile to more compatible prod-friendly version based on the original HA Dockerfile.

Everything build's flawlessly, but unfortunately the onboarding process fails (looks like error in HA codebase, but I'm not sure) on creating new user request to backend HA API: https://community.home-assistant.io/t/new-install-onboarding-failedkeyerror-component-onboarding-area-living-room/689712 – maybe someone from HA could take a look on that.

Edit: @dusty-nv when we are done with all issues here, we can refactor this to push builded wheel to our servers.

dusty-nv commented 3 months ago

Thanks @ms1design !, merging this awhile.