Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
jlab
hallc
analyzer_software
hcana
Commits
66ec14a7
Commit
66ec14a7
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: Dockerfile
parent
bedf5381
No related branches found
No related tags found
No related merge requests found
Pipeline
#1724
failed with stages
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/docker/Dockerfile
+2
-2
2 additions, 2 deletions
containers/docker/Dockerfile
with
2 additions
and
2 deletions
containers/docker/Dockerfile
+
2
−
2
View file @
66ec14a7
...
...
@@ -9,7 +9,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&&
export
PATH
=
/usr/local/bin:
$PATH
\
&&
source
/usr/local/bin/thisroot.sh
\
&&
cd
/tmp
\
&&
git clone https://eicweb.phy.anl.gov/jlab/hallac_evio.git
\
&&
git clone https://eicweb.phy.anl.gov/jlab/
hallc/analyzer_software/
hallac_evio.git
\
&&
mkdir
hallac_evio/build
&&
cd
hallac_evio/build
\
&&
cmake ../.
&&
make
-j20
&&
make
install
\
&&
cd
/tmp
&&
rm
-rf
hallac_evio
\
...
...
@@ -17,7 +17,7 @@ RUN ls -lrth /usr/local/lib/lib*.so \
&&
export
PYTHONPATH
=
/usr/local/lib:
$PYTHONPATH
\
&&
export
LD_LIBRARY_PATH
=
/usr/local/lib:
$LD_LIBRARY_PATH
\
&&
export
PATH
=
/usr/local/bin:
$PATH
\
&&
git clone https://eicweb.phy.anl.gov/jlab/analyzer.git
\
&&
git clone https://eicweb.phy.anl.gov/jlab/
hallc/analyzer_software/
analyzer.git
\
&&
mkdir
analyzer/build
&&
cd
analyzer/build
&&
git pull
\
&&
cmake ../.
&&
make
-j20
&&
make
install
\
&&
cd
/tmp
&&
rm
-rf
analyzer
\
...
...
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