Skip to content
Snippets Groups Projects
Commit c63c243f authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello
Browse files

Update Dockerfile

Added missing emcee
parent 5e8fa562
No related branches found
No related tags found
1 merge request!1Updated DDF2 Dependencies
...@@ -32,7 +32,7 @@ COPY DDFacet /opt/DDFacet ...@@ -32,7 +32,7 @@ COPY DDFacet /opt/DDFacet
RUN cp /opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/ # Fix compile options RUN cp /opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/ # Fix compile options
RUN python -m pip install -U pip setuptools wheel RUN python -m pip install -U pip setuptools wheel
RUN pip install -U pip setuptools wheel RUN pip install -U pip setuptools wheel
RUN python -m pip install numpy==1.16 bdsf==1.8.15 RUN python -m pip install numpy==1.16 bdsf==1.8.15 emcee
RUN python -m pip install pybind11 future pyregion sshtunnel pymysql psutil 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 python -m pip install -U "/opt/DDFacet/[dft-support,moresane-support,testing-requirements,fits-beam-support]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment