avoid legacy compilation failures on recent ubuntu machines that only have python3-config

This commit is contained in:
Axel Kohlmeyer
2023-08-12 12:41:44 -04:00
parent 45290b5296
commit 5115df7a38
8 changed files with 18 additions and 4 deletions

View File

@ -54,6 +54,7 @@ From: ubuntu:20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
texlive \

View File

@ -83,6 +83,7 @@ From: ubuntu:20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
vim-nox \

View File

@ -88,6 +88,7 @@ From: ubuntu:20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
vim-nox \

View File

@ -53,6 +53,7 @@ From: ubuntu:20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
vim-nox \

View File

@ -56,6 +56,7 @@ From: nvidia/cuda:11.6.2-devel-ubuntu20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
vim-nox \

View File

@ -52,6 +52,7 @@ From: ubuntu:20.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
texlive \

View File

@ -54,6 +54,7 @@ From: ubuntu:22.04
python3-setuptools \
python3-virtualenv \
python3-venv \
python-is-python3 \
rsync \
ssh \
texlive \