blueprint-py-1777807847690-752/cache (3a8fb9324897e6a35f78157e2e38adc469266cf9f2e785a18e46013a785dd44f)

Published 2026-05-03 11:35:45 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777807847690-752/cache:3a8fb9324897e6a35f78157e2e38adc469266cf9f2e785a18e46013a785dd44f
sha256:175e144cedcea46034019526650178eaf64868cb7e934295a9704e231a18d61b

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