Skip to content
Snippets Groups Projects
Commit f431ff5d authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

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

parent 7ba0adf4
No related branches found
Tags v0.6.2
1 merge request!378AST-1621 Use Python modules from Ubuntu instead of latest version
Pipeline #101793 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment