Skip to content

Commit 0c112d9

Browse files
authored
Add Python in dockerfiles (#890)
1 parent a948994 commit 0c112d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/latest/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN chmod +x /bin/bash_run \
5252
libhwloc-dev \
5353
pkg-config \
5454
pipx \
55+
python3 \
5556
&& python3 -m pipx install gcovr \
5657
&& python3 -m pipx ensurepath \
5758
# Installing cmake < 3.28 to workaround issue with Kokkos

docker/oldest/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN chmod +x /bin/bash_run \
5151
liblapacke-dev \
5252
libhwloc-dev \
5353
pkg-config \
54+
python3 \
5455
&& case "${BACKEND}" in \
5556
"cpu") \
5657
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)