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
f13c9190
Commit
f13c9190
authored
4 years ago
by
Fabio Roberto Vitello
Committed by
Stefano Alberto Russo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ddf2 with public release of pipelines
parent
fae3ff33
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
+2
-3
2 additions, 3 deletions
ddf2/Dockerfile
ddf2/build_docker_container.sh
+1
-5
1 addition, 5 deletions
ddf2/build_docker_container.sh
with
3 additions
and
8 deletions
ddf2/Dockerfile
+
2
−
3
View file @
f13c9190
...
...
@@ -10,7 +10,7 @@ ENV PYTHONPATH /opt/lofarsoft/lib/python2.7/site-packages
#------------------------
# DDF pipeline
RUN
cd
/opt
&&
git clone https://github.com/mhardcastle/ddf-pipeline.git
RUN
cd
/opt/ddf-pipeline
&&
git checkout
fdaa5aa
RUN
cd
/opt/ddf-pipeline
&&
git checkout
DR1
# SkyModel
RUN
cd
/opt
&&
git clone https://github.com/cyriltasse/SkyModel.git
...
...
@@ -46,7 +46,6 @@ RUN sed 's/numpy (<=1.16)/numpy (<=1.16.2)/g' /usr/local/lib/python2.7/dist-pac
RUN
cd
/opt
&&
git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git
#USER lofar
ENV
CONTAINER_NAME='ddf2_base3.10'
ENV
CONTAINER_NAME='ddf2_
public_
base3.10'
ENV
DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'
This diff is collapsed.
Click to expand it.
ddf2/build_docker_container.sh
+
1
−
5
View file @
f13c9190
#!/bin/bash
set
-e
rm
-rf
DDFacet
git clone https://github.com/cyriltasse/DDFacet.git
git checkout 1059028
docker build
.
-t
lofarit/ddf2_base3.10
docker build
.
-t
lofarit/ddf2_public_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