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
I agree that we should aim to use only one conda/pip build and one environment.yaml, same for inside and outside docker images. So we probably can simplify things!
I'm not sure if we should build it outside or inside the Docker image. I agree that I don't see a lot of sense at first in building conda env outside the image, except it can be updated without touching the images, maybe?
So it allows to decouple Docker images and conda env, and just mounting the env to be used in CI. I did not look back at the code since a long time.
use pip versions of dask and distributed since the conda versions are outdated
Also a bit surprised about this point. Outdated even in conda-forge?
Actually
environment.yaml
is installed outside the actual docker images and mostly even does not make sense.At the moment one needs to edit tons of files if you actually want to make sure a test dependency is working
The text was updated successfully, but these errors were encountered: