mirror of
https://github.com/mkuf/prind.git
synced 2026-07-06 10:08:37 +02:00
Numpy 1.21.4 requires python <3.11
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user