mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
chore: skip pip upgrade preparation in api dockerfile (#5999)
This commit is contained in:
parent
4d105d7bd7
commit
9b7c74a5d9
|
@ -5,8 +5,7 @@ WORKDIR /app/api
|
|||
|
||||
# Install Poetry
|
||||
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
|
||||
ENV POETRY_CACHE_DIR=/tmp/poetry_cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user