mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 12:55:49 +08:00
upgrade setuptools version to 82.0.0
This commit is contained in:
@ -6,7 +6,7 @@ WORKDIR /app/api
|
||||
# Install uv
|
||||
ENV UV_VERSION=0.8.9
|
||||
|
||||
RUN pip3 install --no-cache-dir uv==${UV_VERSION}
|
||||
RUN pip3 install --no-cache-dir uv==${UV_VERSION} setuptools==82.0.0
|
||||
|
||||
# production stage
|
||||
FROM base AS production
|
||||
|
||||
Reference in New Issue
Block a user