Numpy 1.21.4 requires python <3.11

This commit is contained in:
Markus Küffner
2022-10-28 22:24:36 +02:00
committed by GitHub
parent ff4ca02226
commit afa3d18d94

View File

@@ -1,4 +1,4 @@
FROM python:3 as build
FROM python:3.10 as build
ARG REPO=https://github.com/jordanruthe/KlipperScreen
ARG VERSION=master
@@ -41,4 +41,4 @@ ENV XAUTHORITY=/tmp/.Xauthority
ENV DISPLAY=:0
VOLUME ["/opt/cfg"]
ENTRYPOINT ["/opt/venv/bin/python", "klipperscreen/screen.py"]
CMD ["-c", "cfg/klipperscreen.conf"]
CMD ["-c", "cfg/klipperscreen.conf"]