Skip to content

Commit bbf6e86

Browse files
committed
hotfix: adding Delphes to base ATLAS image
1 parent 0a65e31 commit bbf6e86

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

vre-singleuser-atlasopendata/Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/atlas-outreach-data-tools/notebooks-collection-opendata:sha-1eee300
1+
FROM ghcr.io/atlas-outreach-data-tools/notebooks-collection-opendata:sha-4468efa
22
LABEL author="ESCAPE WP2 2020"
33
LABEL maintainer="VRE Team @ CERN 23/24 - E. Garcia, G. Guerrieri"
44
LABEL org.opencontainers.image.source https://github.com/vre-hub/environments
@@ -9,6 +9,9 @@ RUN python -m pip install --upgrade pip
99

1010
USER $NB_UID
1111

12+
# Install Delphes from source
13+
RUN conda install --channel conda-forge root delphes
14+
1215
RUN mamba install -y -c conda-forge python-gfal2 \
1316
nodejs \
1417
jupyterlab">4,<5" \
@@ -55,9 +58,9 @@ RUN apt update -y \
5558
# ESCAPE grid-security
5659
RUN wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | apt-key add -
5760

58-
RUN apt update \
59-
&& add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' \
60-
&& apt -y install ca-policy-egi-core
61+
# RUN apt update \
62+
# && add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' \
63+
# && apt -y install ca-policy-egi-core
6164

6265
# VOMS setup
6366
# wget https://indigo-iam.github.io/escape-docs/voms-config/voms-escape.cloud.cnaf.infn.it.vomses -O /etc/vomses/voms-escape.cloud.cnaf.infn.it.vomses

0 commit comments

Comments
 (0)