blueprint-py-1777359454730-41/cache (45ec36936a8048287d32654973f832c1fd326b79e992c29367f5bc64eae339d6)

Published 2026-04-28 06:59:32 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777359454730-41/cache:45ec36936a8048287d32654973f832c1fd326b79e992c29367f5bc64eae339d6
sha256:2943b927f9ae62b20fa027d48492e8c5aea82bfcf17101e442584cd4bbebd2c6

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