Skip to content

Commit

Permalink
Use build-requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 21, 2024
1 parent 282fd1e commit 553e68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.end-user
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 553e68e

Please sign in to comment.