Skip to content
Snippets Groups Projects

AST-1621 Use Python modules from Ubuntu instead of latest version

Merged AST-1621 Use Python modules from Ubuntu instead of latest version
Merged Maik Nijhuis requested to merge pages-jinja2 into master
+ 6
6
@@ -26,8 +26,13 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
libxml2-dev \
make \
ninja-build \
python3-breathe \
python3-casacore \
python3-myst-parser \
python3-pandas \
python3-pip \
python3-sphinx \
python3-sphinx-rtd-theme \
wcslib-dev \
wget \
&& \
@@ -36,20 +41,15 @@ RUN pip3 install \
aptly-api-client \
astropy \
black~=24.0 \
breathe \
cmake \
cmake-format \
h5py \
isort \
lofarantpos \
matplotlib \
myst-parser \
numpy \
pandas \
'numpy<2' \
pytest \
scipy \
sphinx \
sphinx_rtd_theme \
tqdm \
;
# Putting the 2.5 GB LOBES coefficients in the docker image avoids downloading
Loading