-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd37945
commit d439cc7
Showing
5 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
############################################################################### | ||
# Repository: mucoll-ilc-framework | ||
# Tag: 1.1-centos8 | ||
# Tag: 1.2-centos8 | ||
############################################################################### | ||
|
||
FROM infnpd/mucoll-ilc-base:1.1-centos8 | ||
FROM infnpd/mucoll-ilc-base:1.2-centos8 | ||
|
||
RUN cd /opt/iLCInstall && \ | ||
./ilcsoft-install releases/development/release-ilcsoft.cfg --install-prefix=/opt/ilcsoft -v -i | ||
|
||
RUN cd /opt/ilcsoft/v02-02-MC && \ | ||
git clone https://github.com/MuonColliderSoft/detector-simulation.git | ||
RUN cd /opt/ilcsoft/v02-03-MC && \ | ||
git clone https://github.com/MuonColliderSoft/detector-simulation.git && \ | ||
cd /opt/ilcsoft/v02-03-MC/detector-simulation && git checkout v01-00-MC | ||
|
||
RUN sed -i 's|/bin/env python|/usr/bin/env python2|g' /opt/ilcsoft/v02-02-MC/CEDViewer/v01-17-01/bin/ced2go | ||
RUN sed -i 's|/bin/env python|/usr/bin/env python2|g' /opt/ilcsoft/v02-03-MC/CEDViewer/v01-17-01/bin/ced2go | ||
|
||
COPY profile.d_ilcsoft.sh /etc/profile.d/ilcsoft.sh | ||
|
||
RUN sed -i -e 's|:\$MARLIN_DLL||g' /opt/ilcsoft/v02-02-MC/init_ilcsoft.sh | ||
RUN sed -i -e 's|:\$MARLIN_DLL||g' /opt/ilcsoft/v02-03-MC/init_ilcsoft.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
source /opt/ilcsoft/v02-02-MC/init_ilcsoft.sh | ||
source /opt/ilcsoft/v02-03-MC/init_ilcsoft.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters