Skip to content

Commit

Permalink
Version bumps in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Sep 12, 2024
1 parent c66f363 commit 6347fa7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyvista.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# For pyvista/pyvistaqt
DISPLAY: ":99.0"
PYVISTA_OFF_SCREEN: true
PYVISTA_QT_VERSION: 0.11.0
PYVISTA_VERSION: 0.43.10
PYVISTA_QT_VERSION: 0.11.1
PYVISTA_VERSION: 0.44.1
QT_DEBUG_PLUGINS: 1

PETSC_ARCH: ${{ matrix.petsc_arch }}
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.end-user
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# echo "FROM dolfinx/dolfinx-onbuild:nightly" | docker build -f- .
#

ARG PYVISTA_VERSION=0.43.8
ARG PYVISTA_VERSION=0.44.1

# Used to set the correct PYTHONPATH for the real and complex install of
# DOLFINx
Expand Down Expand Up @@ -170,7 +170,7 @@ RUN dpkgArch="$(dpkg --print-architecture)"; \
pip install --no-cache-dir pyvista[trame]==${PYVISTA_VERSION} ;; \
esac; \
case "$dpkgArch" in arm64) \
pip install --no-cache-dir https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl && \
pip install --no-cache-dir https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl && \
pip install --no-cache-dir pyvista[trame]==${PYVISTA_VERSION} ;; \
esac; \
pip cache purge
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ FROM rockylinux/rockylinux:9
ARG BUILD_NP=4

ARG HDF5_SERIES=1.14
ARG HDF5_PATCH=3
ARG HDF5_PATCH=4
ARG HDF5_FIX=
ARG PETSC_VERSION=3.21.3
ARG PETSC_VERSION=3.21.5
ARG MPICH_VERSION=4.2.2

WORKDIR /tmp
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
#

ARG ADIOS2_VERSION=2.10.1
ARG DOXYGEN_VERSION=1_11_0
ARG DOXYGEN_VERSION=1_12_0
ARG GMSH_VERSION=4_13_1
ARG HDF5_SERIES=1.14
ARG HDF5_PATCH=3
ARG HDF5_PATCH=4
ARG HDF5_FIX=
ARG KAHIP_VERSION=3.16
ARG NUMPY_VERSION=1.26.4
ARG PETSC_VERSION=3.21.3
ARG NUMPY_VERSION=2.1.1
ARG PETSC_VERSION=3.21.5
ARG SLEPC_VERSION=3.21.1

ARG MPICH_VERSION=4.2.2
Expand Down

0 comments on commit 6347fa7

Please sign in to comment.