We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceafbcf + 09759d0 commit 61e818eCopy full SHA for 61e818e
opensciencegrid/gracc-apel/Dockerfile
@@ -28,6 +28,13 @@ RUN pip3 install --no-cache-dir \
28
opensearch-py \
29
requests
30
31
+# EPEL for EL9 ships python3-daemon-2.3.2-1.el9.noarch
32
+# It uses excessive memory when nofile ulimit is high, fixed in >= v3.0.0
33
+# https://pagure.io/python-daemon/issue/72
34
+# TODO: Revert after EPEL package is updated
35
+RUN pip3 install --no-cache-dir --upgrade \
36
+ python-daemon
37
+
38
RUN mkdir /etc/grid-security/apel \
39
&& mkdir -p /var/spool/apel/outgoing/12345678
40
0 commit comments