In logic/Dockerfile wurde die Abhaengigkeit von einer speziellen Pythonversion entfernt. Die Zeile

-COPY --from=builder /var/tmp/python-packages /usr/lib/python3.11/site-packages

wurde erstetzt durch

COPY --from=builder /opt/python-packages /opt/python-packages

und danach wurde der PYTONPATH angepasst.
This commit is contained in:
2026-06-26 09:33:26 +02:00
parent d781745bd4
commit 1409e6cf0e
3 changed files with 9 additions and 6 deletions
File diff suppressed because one or more lines are too long