blueprint-py-1777365420108-737/cache (0ff0370f13575233c60cfbcd4febbfe81124a7fd7556b05d36ffec28848fe097)

Published 2026-04-28 08:38:54 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777365420108-737/cache:0ff0370f13575233c60cfbcd4febbfe81124a7fd7556b05d36ffec28848fe097
sha256:e117ab6666676c5e086b05be06dd1cb5695f8802a92219b6a780f21d14d83395

Image Layers

RUN if grep -q '\[tool\.poetry\]' pyproject.toml 2>/dev/null; then poetry config virtualenvs.create false && poetry install --no-root --no-interaction --no-ansi; elif [ -s "requirements.txt" ]; then pip install --disable-pip-version-check -r requirements.txt; else echo "No dependency manifest found, skipping package installation"; fi