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
Generally, it's probably not great that in our Dockerfile that we're trying to update the base 3.10 environment with our 3.8 environment.yml as it appears conda/mamba is still trying to use 3.10 packages to update the environment.
A guess also is that downgrading certifi here (because of installing environment.yml?) is also probably not good.
Activity
mroeschke commentedon Sep 5, 2022
Generally, it's probably not great that in our Dockerfile that we're trying to update the
base
3.10 environment with our 3.8environment.yml
as it appears conda/mamba is still trying to use 3.10 packages to update the environment.A guess also is that downgrading certifi here (because of installing
environment.yml
?) is also probably not good.phofl commentedon Sep 5, 2022
No this isn’t great. We should bump our python version at some point