Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Recommend curl for data download
Browse files Browse the repository at this point in the history
  • Loading branch information
timcornwell committed Mar 9, 2020
1 parent d21b6d0 commit 37a4417
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RASCIL can be installed using pip::

You may also need the rascil data for simulations:

wget https://timcornwell.gitlab.io/rascil/rascil_data.tgz
curl https://timcornwell.gitlab.io/rascil/rascil_data.tgz -o rascil.data.tgz
tar zxf rascil_data.tgz
export RASCIL_DATA=`pwd`/rascil_data

Expand Down
6 changes: 3 additions & 3 deletions docker/rascil-no-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get install -y \
ca-certificates \
gosu git \
gosu git wget curl \
libxml2-dev liblapack-dev libcfitsio-dev libgtkmm-3.0-dev \
cmake g++ build-essential gfortran libpng-dev casacore-dev \
python3 python3-dev python3-pip python3-setuptools && \
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN pip3 install Cython setuptools && \
jupyter_contrib_nbextensions \
jupyter-server-proxy \
jupyterlab \
matplotlib \
"matplotlib<3.1.3" \
photutils\
python-casacore \
reproject \
Expand All @@ -58,4 +58,4 @@ RUN pip3 install Cython setuptools && \
# Use entrypoint script to create a user on the fly and avoid running as root.
RUN chmod +x /rascil/entrypoint.sh
ENTRYPOINT ["/rascil/entrypoint.sh"]
CMD ["/bin/bash"]
CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion docker/rascil-pip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get install -y \
ca-certificates \
gosu git \
gosu git curl \
libxml2-dev liblapack-dev libcfitsio-dev libgtkmm-3.0-dev \
cmake g++ build-essential gfortran libpng-dev casacore-dev \
python3 python3-dev python3-pip python3-setuptools && \
Expand Down
2 changes: 1 addition & 1 deletion docs/RASCIL_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you just wish to run the package and do not intend to run simulations or test

For simulations, you can add the data in a separate step::

wget https://timcornwell.gitlab.io/rascil/rascil_data.tgz
curl https://timcornwell.gitlab.io/rascil/rascil_data.tgz -o rascil.data.tgz
tar zxf rascil_data.tgz
export RASCIL_DATA=`pwd`/rascil_data

Expand Down

0 comments on commit 37a4417

Please sign in to comment.