Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
ResearchAndDevelopment
LINC
Commits
fa386c01
Commit
fa386c01
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Refactor docker
parent
0f39bd79
No related branches found
No related tags found
2 merge requests
!69
Change the name of the pre-calibrated output MS
,
!4
Fix toil interop
Pipeline
#210
canceled
5 years ago
Stage: validate_cwl_scripts
Stage: test_steps
Stage: integration_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Docker/Dockerfile
+5
-1
5 additions, 1 deletion
Docker/Dockerfile
Docker/build_docker.sh
+3
-0
3 additions, 0 deletions
Docker/build_docker.sh
with
8 additions
and
1 deletion
Docker/Dockerfile
+
5
−
1
View file @
fa386c01
...
@@ -88,13 +88,17 @@ RUN mkdir /home/lofaruser/ && \
...
@@ -88,13 +88,17 @@ RUN mkdir /home/lofaruser/ && \
useradd --no-log-init -r -g lofaruser lofaruser && \
useradd --no-log-init -r -g lofaruser lofaruser && \
chown lofaruser:lofaruser /home/lofaruser
chown lofaruser:lofaruser /home/lofaruser
ARG
TOIL_VERSION=3.20.0
LABEL
toil.version=${TOIL_VERSION}
ARG
LSMTool_TAG=master
ARG
LSMTool_TAG=master
LABEL
LSMTool.version.tag=${LSMTool_TAG}
LABEL
LSMTool.version.tag=${LSMTool_TAG}
ARG
LoSoTo_TAG=master
ARG
LoSoTo_TAG=master
LABEL
LoSoTo.version.tag=${LoSoTo_TAG}
LABEL
LoSoTo.version.tag=${LoSoTo_TAG}
RUN
apt-get update
&&
apt-get
install
-y
nodejs python3-pip git wsclean
RUN
apt-get update
&&
apt-get
install
-y
nodejs python3-pip git wsclean
RUN
python3
-m
pip
install
cwltool cwl-runner
-e
"git://github.com/darafferty/LSMTool.git@
${
LSMTool_TAG
}
#egg=LSMTool"
git+https://github.com/DataBiosphere/toil
RUN
python3
-m
pip
install
cwltool cwl-runner
-e
"git://github.com/darafferty/LSMTool.git@
${
LSMTool_TAG
}
#egg=LSMTool"
toil[cwl]
==
${
TOIL_VERSION
}
RUN
python3
-m
pip
install
-e
"git+https://github.com/revoltek/losoto.git@
${
LoSoTo_TAG
}
#egg=LoSoTo"
RUN
python3
-m
pip
install
-e
"git+https://github.com/revoltek/losoto.git@
${
LoSoTo_TAG
}
#egg=LoSoTo"
...
...
This diff is collapsed.
Click to expand it.
Docker/build_docker.sh
+
3
−
0
View file @
fa386c01
...
@@ -14,6 +14,8 @@ DP3_TAG=v4.1
...
@@ -14,6 +14,8 @@ DP3_TAG=v4.1
IDG_TAG
=
0.6
IDG_TAG
=
0.6
LSMTool_TAG
=
v1.4.2
LSMTool_TAG
=
v1.4.2
LoSoTo_TAG
=
f0398b
LoSoTo_TAG
=
f0398b
TOIL_VERSION
=
3.20.0
# FETCHES THE IDG
# FETCHES THE IDG
git_clone_or_pull https://gitlab.com/astron-idg/idg/
${
IDG_TAG
}
idg
git_clone_or_pull https://gitlab.com/astron-idg/idg/
${
IDG_TAG
}
idg
...
@@ -34,4 +36,5 @@ docker build ${DOCKER_PATH} --build-arg=IDG_TAG=${IDG_TAG}\
...
@@ -34,4 +36,5 @@ docker build ${DOCKER_PATH} --build-arg=IDG_TAG=${IDG_TAG}\
--build-arg
=
DP3_TAG
=
${
DP3_TAG
}
\
--build-arg
=
DP3_TAG
=
${
DP3_TAG
}
\
--build-arg
=
LSMTool_TAG
=
${
LSMTool_TAG
}
\
--build-arg
=
LSMTool_TAG
=
${
LSMTool_TAG
}
\
--build-arg
=
LoSoTo_TAG
=
${
LoSoTo_TAG
}
\
--build-arg
=
LoSoTo_TAG
=
${
LoSoTo_TAG
}
\
--build-arg
=
TOIL_VERSION
=
${
TOIL_VERSION
}
\
-t
lofareosc/prefactor-ci
-t
lofareosc/prefactor-ci
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