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
Commits
07dab5fa
Commit
07dab5fa
authored
5 years ago
by
Fabio Roberto Vitello
Browse files
Options
Downloads
Patches
Plain Diff
ddf2 container
parent
6a4e4028
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ddf2/Dockerfile
+6
-0
6 additions, 0 deletions
ddf2/Dockerfile
ddf2/build_docker_container.sh
+4
-2
4 additions, 2 deletions
ddf2/build_docker_container.sh
with
10 additions
and
2 deletions
ddf2/Dockerfile
+
6
−
0
View file @
07dab5fa
...
...
@@ -27,7 +27,13 @@ RUN cd /opt/DynSpecMS && git checkout 461183f
# DDFacet
COPY
DDFacet /opt/DDFacet
RUN
cp
/opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/
# Fix compile options
RUN
pip
install
-U
pip setuptools wheel
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]"
RUN
cd
/opt/DDFacet
&&
python setup.py build
RUN
sed
-e
"s|INSTALLDIR|/opt|"
/opt/ddf-pipeline/misc/DDF.sh
>
/opt/DDFacet/init.sh
...
...
This diff is collapsed.
Click to expand it.
ddf2/build_docker_container.sh
+
4
−
2
View file @
07dab5fa
#!/bin/bash
set
-e
rm
-rf
DDFacet
git clone https://github.com/cyriltasse/DDFacet.git
# git checkout {version hash}
docker build
.
-t
lofarit/ddf2_base3.10
git checkout 1059028
docker build
.
-t
lofarit/ddf2_base3.10
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