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 a948994 commit 0c112d9Copy full SHA for 0c112d9
docker/latest/Dockerfile
@@ -52,6 +52,7 @@ RUN chmod +x /bin/bash_run \
52
libhwloc-dev \
53
pkg-config \
54
pipx \
55
+ python3 \
56
&& python3 -m pipx install gcovr \
57
&& python3 -m pipx ensurepath \
58
# Installing cmake < 3.28 to workaround issue with Kokkos
docker/oldest/Dockerfile
@@ -51,6 +51,7 @@ RUN chmod +x /bin/bash_run \
51
liblapacke-dev \
&& case "${BACKEND}" in \
"cpu") \
apt-get install -y --no-install-recommends \
0 commit comments