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

Use system Python packages; Break system for other packages

parent 4f61aa04
No related branches found
No related tags found
1 merge request!1267AST-1553 Remove IDG from Ubuntu 20 build; Add Ubuntu 24 build
Pipeline #85022 failed
This commit is part of merge request !1267. Comments created here will be created in the context of that merge request.
......@@ -35,8 +35,11 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
pkg-config \
pybind11-dev \
python3-dev \
python3-h5py \
python3-numpy \
python3-pip \
python3-sphinx \
python3-sphinx-rtd-theme \
wcslib-dev \
wget \
&& \
......@@ -74,11 +77,8 @@ RUN wget -nv -O /WSRT_Measures.ztar ftp://ftp.astron.nl/outgoing/Measures/WSRT_M
&& tar xfz /WSRT_Measures.ztar \
&& rm /WSRT_Measures.ztar
# Install pip dependencies
RUN pip3 install \
RUN pip3 install --break-system-packages \
autosemver==0.5.5 \
gcovr \
h5py \
jsonschema2rst==0.1.0 \
sphinx \
sphinx-rtd-theme \
;
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