File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
vre-singleuser-atlasopendata Expand file tree Collapse file tree 1 file changed +12
-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,14 @@ RUN python -m pip install --upgrade pip
99
1010USER $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+
1220RUN 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
5664RUN 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
You can’t perform that action at this time.
0 commit comments