Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
containers
eic_container
Merge requests
!40
Resolve "Add gitlab-runner"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add gitlab-runner"
35-add-gitlab-runner
into
v2.9-stable
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Sylvester Joosten
requested to merge
35-add-gitlab-runner
into
v2.9-stable
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Closes
#35 (closed)
Edited
4 years ago
by
Sylvester Joosten
0
0
Merge request reports
Compare
v2.9-stable
version 1
ec00fd1a
4 years ago
v2.9-stable (base)
and
latest version
latest version
a6db0d2d
2 commits,
4 years ago
version 1
ec00fd1a
1 commit,
4 years ago
3 files
+
14
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
containers/builder/Dockerfile
+
2
−
1
Options
@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \
&&
pip
install
--trusted-host
pypi.org
\
--trusted-host
files.pythonhosted.org
\
--no-cache-dir
\
ipython matplotlib scipy yapf
\
ipython matplotlib scipy yapf pandas
\
jupyter jupyterlab uproot pyunfold seaborn
\
&&
echo
-n
""
\
&&
echo
"Executing cmake patch for dd4hep 16.1"
\
&& sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake
Loading