Browse Source

chore: skip pip upgrade preparation in api dockerfile (#5999)

tags/0.6.13
Bowen Liang 1 year ago
parent
commit
9b7c74a5d9
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      api/Dockerfile

+ 1
- 2
api/Dockerfile View File



# 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

Loading…
Cancel
Save