Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
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
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
EIC
Project Juggler
Commits
ff607adc
Commit
ff607adc
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Ci fix
modified: .gitlab-ci.yml modified: .containers/docker/Dockerfile
parent
a29a6093
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!77
Ci fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.containers/docker/Dockerfile
+3
-3
3 additions, 3 deletions
.containers/docker/Dockerfile
with
3 additions
and
3 deletions
.containers/docker/Dockerfile
+
3
−
3
View file @
ff607adc
...
...
@@ -18,12 +18,12 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
RUN
cd
/tmp
\
&&
apt-get update
&&
apt-get
install
rsync
-y
\
&&
wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8
303
.tgz
\
&&
tar
-zxf
pythia8
303
.tgz
&&
cd
pythia8
303
\
&&
wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8
244
.tgz
\
&&
tar
-zxf
pythia8
244
.tgz
&&
cd
pythia8
244
\
&&
./configure
--prefix
=
/usr/local
--enable-shared
--enable-64bit
--with-root
--with-hepmc3
\
&&
make
-j30
\
&&
make
install
\
&&
cd
/tmp
&&
rm
-rf
/tmp/pythia8
303
&&
cd
/tmp
&&
rm
-rf
/tmp/pythia8
244
RUN
cd
/tmp
\
...
...
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