Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
containers
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
lofarit
containers
Merge requests
!1
Updated DDF2 Dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated DDF2 Dependencies
feature/ddf2
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Fabio Roberto Vitello
requested to merge
feature/ddf2
into
master
5 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Added Lofar Beam to base image
changed killMS version to the private one
Added bootstrap cats from
https://www.ict.inaf.it/gitlab/lofarit/container-data.git
ddf container now runs as root
Edited
5 years ago
by
Fabio Roberto Vitello
0
0
Merge request reports
Viewing commit
c63c243f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c63c243f
Update Dockerfile
· c63c243f
Fabio Roberto Vitello
authored
5 years ago
Added missing emcee
ddf2/Dockerfile
+
1
−
1
Options
@@ -32,7 +32,7 @@ COPY DDFacet /opt/DDFacet
RUN
cp
/opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/
# Fix compile options
RUN
python
-m
pip
install
-U
pip setuptools wheel
RUN
pip
install
-U
pip setuptools wheel
RUN
python
-m
pip
install
numpy
==
1.16
bdsf
==
1.8.15
RUN
python
-m
pip
install
numpy
==
1.16
bdsf
==
1.8.15
emcee
RUN
python
-m
pip
install
pybind11 future pyregion sshtunnel pymysql psutil
RUN
python
-m
pip
install
-U
"/opt/DDFacet/[dft-support,moresane-support,testing-requirements,fits-beam-support]"
Loading