Skip to content
Snippets Groups Projects
Commit 25625072 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

testing multistage herwig

parent 9378da14
No related branches found
No related tags found
No related merge requests found
from jeppelt/etp_tp:latest
FROM hepstore/rivet-herwig:latest as herwig
WORKDIR /herwig
USER root
FROM jeppelt/etp_basis:latest
COPY --from=herwig /herwig .
ENV HERWIGPATH=/opt/herwig
RUN wget https://herwig.hepforge.org/downloads/herwig-bootstrap && \
mkdir -p $HERWIGPATH && \
chmod +x herwig-bootstrap && \
./herwig-bootstrap -j4 $HERWIGPATH && \
rm herwig-bootstrap && \
source ${HERWIGPATH}/bin/activate
USER $NB_USER
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment