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
f0706320
Commit
f0706320
authored
4 years ago
by
Fabio Roberto Vitello
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
Downgraded numpy to 1.16.2
parent
dc091b54
No related branches found
No related tags found
1 merge request
!1
Updated DDF2 Dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ddf2/Dockerfile
+3
-3
3 additions, 3 deletions
ddf2/Dockerfile
with
3 additions
and
3 deletions
ddf2/Dockerfile
+
3
−
3
View file @
f0706320
...
...
@@ -32,17 +32,17 @@ COPY DDFacet /opt/DDFacet
RUN
cp
/opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/
# Fix compile options
RUN
python
-m
pip
install
-U
pip setuptools wheel
RUN
pip
install
-U
pip setuptools wheel
RUN
python
-m
pip
install
numpy
==
1.16.
6
bdsf
==
1.8.15 emcee
RUN
python
-m
pip
install
numpy
==
1.16.
2
bdsf
==
1.8.15 emcee
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
&&
rm
-rf
/opt/DDFacet/Dcbuild
&&
python setup.py build
RUN
python
-m
pip
install
bdsf
==
1.8.15
numpy
==
1.16.
6
RUN
python
-m
pip
install
bdsf
==
1.8.15
numpy
==
1.16.
2
RUN
sed
-e
"s|INSTALLDIR|/opt|"
/opt/ddf-pipeline/misc/DDF.sh
>
/opt/DDFacet/init.sh
RUN
sed
's/numpy (<=1.16)/numpy (<=1.16.
6
)/g'
/usr/local/lib/python2.7/dist-packages/meqtrees_cattery-1.7.0.dist-info/METADATA
>
/usr/local/lib/python2.7/dist-packages/meqtrees_cattery-1.7.0.dist-info/METADATA
RUN
sed
's/numpy (<=1.16)/numpy (<=1.16.
2
)/g'
/usr/local/lib/python2.7/dist-packages/meqtrees_cattery-1.7.0.dist-info/METADATA
>
/usr/local/lib/python2.7/dist-packages/meqtrees_cattery-1.7.0.dist-info/METADATA
RUN
cd
/opt
&&
git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git
...
...
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