We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c295c commit 3bb9660Copy full SHA for 3bb9660
1 file changed
tools/tests/dockerfiles/ubuntu_2404/Dockerfile
@@ -139,7 +139,7 @@ ARG FENICS_ADAPTER_REF
139
RUN pip3 install git+https://github.com/precice/fenics-adapter.git@${FENICS_ADAPTER_REF} && \
140
pip3 uninstall -y mpi4py
141
142
-FROM precice_dependecies AS fenicsx_adapter
+FROM python_bindings AS fenicsx_adapter
143
COPY --from=python_bindings /home/precice/.local /home/precice/.local
144
USER root
145
RUN add-apt-repository -y ppa:fenics-packages/fenics && \
0 commit comments