Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kutkin
apipeline
Commits
2c9092dd
Unverified
Commit
2c9092dd
authored
Apr 1, 2022
by
Alexander Kutkin
Committed by
GitHub
Apr 1, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
fix dockerfile
parent
c7ee5aba
No related branches found
No related tags found
No related merge requests found
Pipeline
#27685
failed
Apr 1, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
2c9092dd
...
@@ -181,7 +181,7 @@ RUN cd /src/makemask && \
...
@@ -181,7 +181,7 @@ RUN cd /src/makemask && \
# reduce the size of the image.
# reduce the size of the image.
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
FROM
ubuntu:20.04
as
runner
FROM
ubuntu:20.04
as
runner
RUN
mkdir
/src
COPY
--from=builder /usr/local /usr/local
COPY
--from=builder /usr/local /usr/local
RUN
chmod
+rx /usr/local/bin/
*
RUN
chmod
+rx /usr/local/bin/
*
...
@@ -252,9 +252,9 @@ RUN wget -q -O /WSRT_Measures.ztar \
...
@@ -252,9 +252,9 @@ RUN wget -q -O /WSRT_Measures.ztar \
# Some python stuff
# Some python stuff
RUN
python3
-m
pip
install
h5py pandas pyyaml astropy matplotlib numpy scipy
&&
\
RUN
python3
-m
pip
install
h5py pandas pyyaml astropy matplotlib numpy scipy
&&
\
cd
/s
oftware
&&
\
cd
/s
rc
&&
\
git clone https://github.com/lofar-astron/PyBDSF.git
&&
\
git clone https://github.com/lofar-astron/PyBDSF.git
&&
\
cd
/s
oftware
/PyBDSF
&&
\
cd
/s
rc
/PyBDSF
&&
\
python3
-m
pip
install
.
&&
\
python3
-m
pip
install
.
&&
\
cd
cd
...
...
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