CoffeaTeam / docker-coffea-base

Base Docker image for Coffea
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

dask_jobqueue in CalVer Images #96

Closed rpsimeon34 closed 9 months ago

rpsimeon34 commented 9 months ago

Hi all,

I'm switching over to coffea v2024, and I noticed that the image I'm using (coffeateam/coffea-base:v2024.1.2) does not have the dask_joqueue package by default. We use dask_jobqueue.HTCondorCluster to create Clients, so that's a required package for us.

I added it in my own Dockerfile, but is there a reason for it to not be included in future coffea-base images? Thank you!

oshadura commented 9 months ago

We are slightly redoing coffea images, see https://github.com/CoffeaTeam/af-images/pull/1

So hopefully you will have everything you will need after this pull request is merged.

rpsimeon34 commented 9 months ago

Thanks for the pointer! I'll consider the discussion moved over there.