-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
htcondor 24.2.2 broken #38
Comments
Workaround: downgrade htcondor: |
This isn't only 24.2.2. Something else is happening. It's happening with earlier versions as well in the latest images.
and it works fine.
will error
Now if you get the exact same
It magically works! |
What's interesting is that nothing changed inthe image bulding apart from versions. diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml
index b52d4d8..69fc0a8 100644
--- a/coffea-dask/environment.yaml
+++ b/coffea-dask/environment.yaml
@@ -11,7 +11,7 @@ dependencies:
- xrootd
# we have issues with conflicting openssl version and htcondor 10.8.0 version is last one
# which we able to resolve in this environment.yaml
- - htcondor
+ - htcondor=24.1.1 # pin HTCondor for LPC https://github.com/CoffeaTeam/lpcjobqueue/issues/38
- curl
# jupyter-related
- jupyterlab
@@ -19,6 +19,10 @@ dependencies:
- dask_labextension
- dask-gateway
- dask-jobqueue
+ # To be reverted: Dask needs to be pinned for now, do not use dask>=2024.12.0 with coffea, dask-awkward, or uproot
+ - dask=2024.11.2
+ # To be reverted with next coffea release: Dask needs to be pinned for now
+ - dask-awkward=2024.12.0
- bokeh
# Add workqueue
- ndcctools
@@ -42,6 +46,7 @@ dependencies:
- correctionlib
- python-graphviz
# scikit-hep
+ # FIXME: # disable microarches for awkward-cpp
- awkward
- vector
- hist
@@ -50,7 +55,7 @@ dependencies:
- pytorch
- torch-scatter
- pip
- - coffea=2024.9.0
+ - coffea=2024.11.0
- rucio-clients
# pyg
- pyg
@@ -60,6 +65,6 @@ dependencies:
- pip:
- fastjet # to be added to conda-forge: https://github.com/scikit-hep/fastjet/issues/133
- tritonclient[all]
- - tflite-runtime==2.14.0
+ - ai-edge-litert-nightly # ai-edge-litert as replacement of tflite is still not available for python
- onnxruntime
- fsspec-xrootd diff --git a/coffea-dask/Dockerfile.almalinux8 b/coffea-dask/Dockerfile.almalinux8
index 3bcfde3..7d8adf6 100644
--- a/coffea-dask/Dockerfile.almalinux8
+++ b/coffea-dask/Dockerfile.almalinux8
@@ -22,6 +22,9 @@ RUN mamba install --yes python=${PYTHON_VERSION} \
&& mamba env update --file /environment.yaml \
&& mamba clean -y --all
+# FIXME: # disable microarches for awkward-cpp
+RUN pip uninstall -y awkward awkward-cpp && pip install awkward
+
# Make a symbolic link between installation /opt/conda/etc/grid-security and actual directory /etc/grid-security
RUN ln -s /usr/local/etc/grid-security /etc/grid-security && \
curl -L https://github.com/opensciencegrid/osg-vo-config/archive/refs/heads/master.tar.gz | \ |
As of htcondor 24.2.2 we get a failure to spool some files:
The text was updated successfully, but these errors were encountered: