You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Chad :)
I tried to upgrade to Ubuntu 22 in an Azure deployment and it completely broke down the os lol.
Seems that there are couple of things to address:
docker gpg key needs to be saved as gpg instead of asc; that was the old convention afaik and according to their docs, gpg is the right way to go.
pip installations are breaking os packages, hence when attempting to install with pip, a new flag should be added "break-system-packages", or else they should be installed via apt.
Thanks again!
D
The text was updated successfully, but these errors were encountered:
Hey Chad :)
I tried to upgrade to Ubuntu 22 in an Azure deployment and it completely broke down the os lol.
Seems that there are couple of things to address:
Thanks again!
D
The text was updated successfully, but these errors were encountered: