blueprint-py-1777552773464-624/cache (21c3678c77c0a2b0885256729f54b91205461e05e45a1f0707d91167e51d278d)

Published 2026-04-30 12:44:53 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blueprint-py-1777552773464-624/cache:21c3678c77c0a2b0885256729f54b91205461e05e45a1f0707d91167e51d278d
sha256:4fa4335bc21153634f8c87ac76ab2fb311f53177904f75f07706c05834e069ab

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