| # Install Poetry | # Install Poetry | ||||
| ENV POETRY_VERSION=1.8.3 | ENV POETRY_VERSION=1.8.3 | ||||
| RUN pip install --no-cache-dir --upgrade pip && \ | |||||
| pip install --no-cache-dir --upgrade poetry==${POETRY_VERSION} | |||||
| RUN pip install --no-cache-dir poetry==${POETRY_VERSION} | |||||
| # Configure Poetry | # Configure Poetry | ||||
| ENV POETRY_CACHE_DIR=/tmp/poetry_cache | ENV POETRY_CACHE_DIR=/tmp/poetry_cache |