Fix build arm v7

This commit is contained in:
Heiner Lohaus 2024-11-24 15:23:03 +01:00
parent f36e6a2e3b
commit 7f5e20bd1c
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ RUN python -m pip install --upgrade pip \
--global-option=build_ext \
--global-option=-j8 \
pydantic==${PYDANTIC_VERSION} \
&& pip install --no-cache-dir -r requirements-slim.txt \
&& cat requirements.txt | xargs -n 1 pip install --no-cache-dir \
# Remove build packages
&& pip uninstall --yes \
Cython \

View File

@ -88,7 +88,7 @@ class ProviderResponseModel(BaseModel):
owned_by: Optional[str]
url: Optional[str]
label: Optional[str]
class ProviderResponseModelDetail(ProviderResponseModel):
models: list[str]
image_models: list[str]