File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ RUN mamba install --yes \
123123 pyhf \
124124 atlas-schema \
125125 cmake \
126- ndcctools=7.15.8 \
127- scikit-hep-testdata \
126+ ndcctools \
128127 # last working version with x509
129128 #htcondor=10.8.0 \
130129 #openssl=3.3.1 \
@@ -137,6 +136,8 @@ RUN pip install --no-cache-dir \
137136 aiostream \
138137 supervisor \
139138 #funcx \ outdated dependencies
139+ pixi-kernel \
140+ scikit-hep-testdata \
140141 pyyaml \
141142 prometheus_client \
142143 comm>=0.1.2 \
@@ -185,7 +186,8 @@ RUN chmod -R g-w /usr/local/etc/grid-security/ && chmod -R g-w /etc/grid-securit
185186
186187RUN sudo groupadd -g 989 condor && \
187188 sudo useradd -u 989 -g 989 -d /var/lib/condor -s /sbin/nologin condor && \
188- mkdir -p /var/lib/condor/spool && chown -R "${CONDOR_USER}:${CONDOR_GID}" /var/lib/condor && \
189+ mkdir -p /var/lib/condor/spool && \
190+ #chown -R "${CONDOR_USER}:${CONDOR_GID}" /var/lib/condor && \
189191 chmod -R 755 /var/lib/condor
190192
191193# FIXME: merge PRs open in distributed.git (oshadura)
Original file line number Diff line number Diff line change 1- FROM coffeateam/coffea-dask-almalinux9-noml:2025.7.1 -py3.12
1+ FROM coffeateam/coffea-dask-almalinux9-noml:2025.7.3 -py3.12
22
33# https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile
44
@@ -204,13 +204,10 @@ USER ${NB_UID}
204204RUN mamba install --yes \
205205 -c conda-forge \
206206 htcondor=24.9.2 \
207- # last working version with x509
208- #htcondor=10.8.0 \
209- #openssl=3.3.1 \
210207 xgboost \
211208 cabinetry \
212209 pyhf \
213- ndcctools=7.15.8 \
210+ ndcctools \
214211 numpy>2 \
215212 atlas-schema \
216213 && mamba clean \
@@ -255,6 +252,8 @@ RUN mkdir /cvmfs
255252USER ${NB_USER}
256253RUN pip install --no-cache-dir \
257254 #funcx \ outdated dependencies
255+ pixi-kernel \
256+ scikit-hep-testdata \
258257 pyyaml \
259258 # visualization
260259 Shapely==1.8.1.post1 \
You can’t perform that action at this time.
0 commit comments