Skip to content

Commit 8fcd6b8

Browse files
authored
Fix jaxonnxruntime_dev CI: upgrade Python 3.9 -> 3.10 (#120)
pytest>=9.0.3 (bumped in #117) requires Python >=3.10. The development Dockerfile was still on python:3.9, causing the Docker build to fail with "No matching distribution found for pytest>=9.0.3". Aligns with the stable Dockerfile which already uses python:3.10. Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 1a461d3 commit 8fcd6b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtimes/jaxonnxruntime/development/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22

33
# Disable interactive installation mode
44
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)