Skip to content

fix(azure): replace EOL python3.6 in Docker image#9816

Open
Bartok9 wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-26-azure-docker-py3
Open

fix(azure): replace EOL python3.6 in Docker image#9816
Bartok9 wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-26-azure-docker-py3

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 26, 2026

Copy link
Copy Markdown

Fixes #9778 — Azure Dockerfile/entrypoint still pinned python3.6, which apt can no longer install. Prefer Python 3.8 (deadsnakes) with distro python3 fallback; run pip as python3.

AI-assisted; human-reviewed.

Claim: bartok
Operator: bartok
Campaign: aerial-drone

python3.6 is no longer on deadsnakes/apt for the Azure cudagl base (microsoft#9778).
Prefer python3.8 when available; otherwise distro python3. Align entrypoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure Docker image fails to build because python3.6 package cannot be installed

1 participant