Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3BUU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simulation
KM3BUU
Commits
11949e1f
Commit
11949e1f
authored
3 years ago
by
Johannes Schumann
Browse files
Options
Downloads
Patches
Plain Diff
Make Docker ROOT image base
parent
6d584cc9
No related branches found
No related tags found
1 merge request
!12
Restructure
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-16
1 addition, 16 deletions
Dockerfile
with
1 addition
and
16 deletions
Dockerfile
+
1
−
16
View file @
11949e1f
FROM
debian:stretch
FROM
rootproject/root:6.24.02-ubuntu20.04
RUN
apt-get update
-qq
&&
\
apt-get upgrade
-qq
-y
...
...
@@ -11,17 +11,6 @@ RUN cd /opt && \
ENV
PATH="/opt/cmake-3.18/bin:$PATH"
RUN
cd
/opt
&&
\
wget https://root.cern.ch/download/root_v6.20.04.source.tar.gz
&&
\
tar
xvzf root_v6.20.04.source.tar.gz
RUN
cd
/opt/root-6.20.04
&&
\
mkdir
-p
obj
&&
\
cd
obj
&&
\
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr/local
-Dpyroot
=
OFF
-Dpyroot_experimental
=
OFF
-Dx11
=
OFF
-Dxft
=
OFF ..
&&
\
make
-j4
;
make
install
&&
\
rm
-rf
/opt/root-6.20.04
*
RUN
cd
/opt
&&
\
wget http://www.hepforge.org/archive/roottuple/RootTuple-1.0.0.tar.gz
&&
\
tar
-xzvf
RootTuple-1.0.0.tar.gz
&&
\
...
...
@@ -51,10 +40,6 @@ RUN cd /km3buu && \
pip3
install
pytest-runner
&&
\
pip3
install
-e
.
ENV
ROOTSYS /usr/local
ENV
PATH="${ROOTSYS}/bin:${PATH}"
ENV
LD_LIBRARY_PATH="${ROOTSYS}/lib:${LD_LIBRARY_PATH}"
RUN
cd
/km3buu/externals/km3net-dataformat/
&&
\
make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment