blueprint-py-1777358854418-578/cache (7fd70f78c8b1e1798e83265ca30a5509bd7d9a9576c30901bd77e1aac4eb6afb)

Published 2026-04-28 06:49:36 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777358854418-578/cache:7fd70f78c8b1e1798e83265ca30a5509bd7d9a9576c30901bd77e1aac4eb6afb
sha256:52e020118b24567426c21bf7af320989ec3b5072542221bf6355315aacd62db9

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