File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
vre-singleuser-atlasopendata Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
22LABEL author="ESCAPE WP2 2020"
33LABEL maintainer="VRE Team @ CERN 23/24 - E. Garcia, G. Guerrieri"
44LABEL org.opencontainers.image.source https://github.com/vre-hub/environments
@@ -9,6 +9,9 @@ RUN python -m pip install --upgrade pip
99
1010USER $NB_UID
1111
12+ # Install Delphes from source
13+ RUN conda install --channel conda-forge root delphes
14+
1215RUN 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
5659RUN 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
You can’t perform that action at this time.
0 commit comments