this post was submitted on 23 May 2025
1 points (100.0% liked)

homeassistant

19769 readers
1 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 0 points 1 year ago (2 children)

pip install for both. Apparently you are new to 'puters. Go play elsewhere.

[–] KairuByte@lemmy.dbzer0.com 0 points 1 year ago (1 children)

Why are you running pipinstall when using a docker container?… Or are you talking about manually creating your own container?

[–] just_another_person@lemmy.world 0 points 1 year ago (1 children)

Read the dockerfile. Do you know how any of this works?

[–] KairuByte@lemmy.dbzer0.com 0 points 1 year ago (1 children)

Why exactly are you comparing the docker file to bare metal, and implying you need to do more than run a docker command?

You don’t install anything when using docker (beyond docker of course.)

If you watch your process monitor...

[–] traches@sh.itjust.works 0 points 1 year ago (1 children)

Dudebro, I write software and run servers for a living. Admittedly I don’t work with python, but I have developed web applications that run both on bare metal and in docker containers and I’m telling you that the amount of fuckery required to spin up anything on bare metal will 99% of the time be more than what’s needed to spin up the same application in a container. The end result will be more brittle and more likely to conflict with other software on the same machine.

Also, sure it’s not hard to install HASS in a pyenv now, because the dev team specifically ensured it. Maybe that requires tradeoffs that they don’t want to make anymore?

Seriously quit being a dick to people in niche software communities, it’s pathetic

Then you're just bad with computers and bad at your job. That's pretty embarrassing.