Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR-CWL
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
EOSC
LOFAR-CWL
Commits
4538f28d
Commit
4538f28d
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Refactor dockerfile
Former-commit-id:
1fb39e29
parent
73899a78
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Docker/.dockerignore
+1
-0
1 addition, 0 deletions
Docker/.dockerignore
Docker/Dockerfile
+9
-8
9 additions, 8 deletions
Docker/Dockerfile
with
10 additions
and
8 deletions
Docker/.dockerignore
0 → 100644
+
1
−
0
View file @
4538f28d
**/.git
This diff is collapsed.
Click to expand it.
Docker/Dockerfile
+
9
−
8
View file @
4538f28d
...
...
@@ -42,11 +42,11 @@ WORKDIR /src/
# Build the IDG version from source
ADD
./idg /src/idg/src
COPY
./idg /src/idg/src
RUN
mkdir
idg/build
&&
cd
idg/build
&&
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr/local/ ../src
&&
make
install
-j
$NPROCS
ADD
./STMAN /src/STMAN/src
COPY
./STMAN /src/STMAN/src
RUN
cd
/src/STMAN/
&&
\
mkdir
build
&&
\
cd
build
&&
\
...
...
@@ -54,7 +54,7 @@ RUN cd /src/STMAN/ && \
make
-j
$NPROCS
&&
\
make
install
-j
$NPROCS
ADD
./Dysco /src/Dysco/src
COPY
./Dysco /src/Dysco/src
RUN
cd
/src/Dysco/
&&
\
mkdir
build
&&
\
cd
build
&&
\
...
...
@@ -62,7 +62,7 @@ RUN cd /src/Dysco/ && \
make
-j
$NPROCS
&&
\
make
install
-j
$NPROCS
ADD
./LOFARBeam /src/LOFARBeam/src
COPY
./LOFARBeam /src/LOFARBeam/src
RUN
cd
/src/LOFARBeam/
&&
\
mkdir
build
&&
\
cd
build
&&
\
...
...
@@ -70,7 +70,7 @@ RUN cd /src/LOFARBeam/ && \
make
-j
$NPROCS
&&
\
make
install
-j
$NPROCS
ADD
./aoflagger /src/aoflagger/src
COPY
./aoflagger /src/aoflagger/src
RUN
cd
/src/aoflagger/
&&
\
mkdir
build
&&
\
cd
build
&&
\
...
...
@@ -78,7 +78,7 @@ RUN cd /src/aoflagger/ && \
make
-j
$NPROCS
&&
\
make
install
-j
$NPROCS
ADD
./DP3 /src/dp3/src
COPY
./DP3 /src/dp3/src
RUN
cd
/src/dp3/
&&
\
mkdir
build
&&
\
cd
build
&&
\
...
...
@@ -86,7 +86,7 @@ RUN cd /src/dp3/ && \
make
-j
$NPROCS
&&
\
make
install
-j
$NPROCS
ADD
./wsclean/wsclean /src/WSClean/src
COPY
./wsclean/wsclean /src/WSClean/src
RUN
cd
/src/WSClean/
&&
\
mkdir
build
&&
cd
build
&&
\
cmake ../src
-DCMAKE_INSTALL_PREFIX
=
/usr/local/
-DPORTABLE
=
True
&&
\
...
...
@@ -128,6 +128,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
libpng16-16
\
libxml2
\
lua5.3
\
liblua5.3
\
python3.7
\
python3-casacore
\
python3-numpy
\
...
...
@@ -158,7 +159,7 @@ LABEL Dysco.version.tag=${Dysco_TAG}
ARG
LofarBeam_TAG=master
LABEL
LOFARBeam.version.tag=${LofarBeam_TAG}
ARG
WSC
LEAN
_TAG=master
ARG
WSC
lean
_TAG=master
LABEL
WSClean.version.tag=${WSClean_TAG}
...
...
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