mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:28:25 +08:00
upgrade setuptools version to 82.0.0
This commit is contained in:
parent
065a69ced0
commit
6ea4b8ff31
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user