blueprint-py-1777779052880-589/cache (9af75d577926da7249e4686c50b5fc492f89b50736147a87e7a24aa26bdec656)

Published 2026-05-03 03:36:05 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777779052880-589/cache:9af75d577926da7249e4686c50b5fc492f89b50736147a87e7a24aa26bdec656
sha256:2a187e4805d2787b45cf36515b545a81fce76ebd4f05fc3ecc2b1956fac48491

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