Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPdate base to use kern-6 and update pybdsf #676

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stimela/cargo/base/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernsuite/base:5
FROM kernsuite/base:6
RUN docker-apt-install \
python3-setuptools \
libboost-python-dev \
Expand Down
8 changes: 5 additions & 3 deletions stimela/cargo/base/pybdsf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM stimela/base:1.2.0
RUN docker-apt-install python-astro-tigger-lsm pybdsf
RUN pip install astropy
FROM stimela/base:1.6.6
RUN docker-apt-upgrade
RUN docker-apt-install python-pip python-astro-tigger-lsm pybdsf
RUN rm -f /usr/bin/python && ln -s /usr/bin/python2 /usr/bin/python
RUN pip2 install astropy pyyaml
Loading