Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmssw-lxplus
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
CMS Common Analysis Tools
cmssw-lxplus
Merge requests
!5
Update file Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update file Dockerfile
add_f2py
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Open
Piergiulio Lenzi
requested to merge
add_f2py
into
master
6 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
df9f21cf
6 months ago
master (base)
and
latest version
latest version
df9f21cf
1 commit,
6 months ago
version 1
df9f21cf
1 commit,
6 months ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
el7/Dockerfile
+
3
−
1
Options
@@ -5,7 +5,9 @@ WORKDIR /app
COPY
el7/* /app
RUN
curl
-fsSL
https://get.htcondor.org | /bin/bash
-s
--
--no-dry-run
RUN
yum
install
-y
vim-enhanced perl-core perl-CPAN perl-Sys-Syslog perl-Authen-Krb5 sssd-client cmake3 emacs gcc-gfortran boost boost-thread boost-devel
RUN
yum
install
-y
vim-enhanced perl-core perl-CPAN perl-Sys-Syslog
\
perl-Authen-Krb5 sssd-client cmake3 emacs gcc-gfortran boost boost-thread boost-devel
\
f2py
ENTRYPOINT
["/app/setupCondor.sh"]
# Run app.py when the container launches
Loading