Skip to content

Commit b615ed7

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

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

vre-singleuser-atlasopendata/Dockerfile

Lines changed: 12 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,14 @@ 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 delphes
14+
15+
# RUN wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz && \
16+
# tar -zxf Delphes-3.5.0.tar.gz && \
17+
# cd Delphes-3.5.0 && \
18+
# make -j$(nproc)
19+
1220
RUN mamba install -y -c conda-forge python-gfal2 \
1321
nodejs \
1422
jupyterlab">4,<5" \
@@ -55,9 +63,9 @@ RUN apt update -y \
5563
# ESCAPE grid-security
5664
RUN wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | apt-key add -
5765

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
66+
# RUN apt update \
67+
# && add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' \
68+
# && apt -y install ca-policy-egi-core
6169

6270
# VOMS setup
6371
# 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)