chaospatterns@lemmy.world to homeassistant@lemmy.worldEnglish · 2 months agoHome Assistant - Deprecating Core and Supervised installation methods, and 32-bit systemswww.home-assistant.ioexternal-linkmessage-square29fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1external-linkHome Assistant - Deprecating Core and Supervised installation methods, and 32-bit systemswww.home-assistant.iochaospatterns@lemmy.world to homeassistant@lemmy.worldEnglish · 2 months agomessage-square29fedilink
minus-squaretraches@sh.itjust.workslinkfedilinkEnglisharrow-up0·2 months agoFrom a fuckery standpoint? Docker is way easier, and it works the same way for everything.
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down2·2 months agoIt’s literally the same thing as running the app from base repo. There is no “fuckery”. The entrypoint of a container is the same as just running the python runtimes for any project. You have zero idea what you’re talking about.
minus-squaretraches@sh.itjust.workslinkfedilinkEnglisharrow-up0·2 months agoNo it’s not and yes I do you goober. How are dependencies handled in each scenario?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down1·2 months agopip install for both. Apparently you are new to 'puters. Go play elsewhere.
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·2 months agoWhy are you running pipinstall when using a docker container?… Or are you talking about manually creating your own container?
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up0arrow-down1·2 months agoRead the dockerfile. Do you know how any of this works?
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·2 months agoWhy 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.)
minus-squarejust_another_person@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down1·2 months agoIf you watch your process monitor…
From a fuckery standpoint? Docker is way easier, and it works the same way for everything.
It’s literally the same thing as running the app from base repo. There is no “fuckery”. The entrypoint of a container is the same as just running the python runtimes for any project. You have zero idea what you’re talking about.
No it’s not and yes I do you goober. How are dependencies handled in each scenario?
pip install for both. Apparently you are new to 'puters. Go play elsewhere.
Why are you running pipinstall when using a docker container?… Or are you talking about manually creating your own container?
Read the dockerfile. Do you know how any of this works?
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…