Skip to content
Snippets Groups Projects
Commit 18dbc89f authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fix weakref in dockerfile

parent fec2d782
No related branches found
No related tags found
1 merge request!16MPI operators
......@@ -243,7 +243,10 @@ RUN cd /tmp \
&& pip install . \
&& cd - \
&& rm -Rf python-flint
# fix backports.weakref
RUN pip uninstall -y backports.weakref
RUN apt-get install --reinstall -y python-backports.weakref
# ensure all libraries are known by the runtime linker
RUN ldconfig
......
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