From 553e68e55a1908642d8c4f625ac96d86af23b2ad Mon Sep 17 00:00:00 2001 From: "Jack S. Hale" Date: Mon, 21 Oct 2024 09:45:26 +0200 Subject: [PATCH] Use build-requirements.txt file --- docker/Dockerfile.end-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.end-user b/docker/Dockerfile.end-user index 283b3929b8..9bebd1ea5a 100644 --- a/docker/Dockerfile.end-user +++ b/docker/Dockerfile.end-user @@ -72,7 +72,7 @@ ONBUILD ADD dolfinx/docker/ffcx_options.json /root/.config/ffcx/ffcx_options.jso # CMake build type for DOLFINx C++ build. See CMake documentation. ONBUILD ARG DOLFINX_CMAKE_BUILD_TYPE="Release" -ONBUILD RUN pip install --no-cache-dir nanobind scikit-build-core[pyproject] +ONBUILD RUN pip install --no-cache-dir -r dolfinx/python/build-requirements.txt # The dolfinx-onbuild container expects to have folders basix/ ufl/ # ffcx/ and dolfinx/ mounted/shared at /src.