blueprint-py-1777606258034-772/cache (5f15a7d222927da3116f4d1a3f510ddc1e0726268ad7ce8afcbd442de3e561a9)

Published 2026-05-01 03:35:21 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777606258034-772/cache:5f15a7d222927da3116f4d1a3f510ddc1e0726268ad7ce8afcbd442de3e561a9
sha256:46c7bbf684e352a98da61d46973ec8ebb330c7dd2830a797a3b84180a0578738

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