mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Arm2 (#2414)
* Fix arm v7 build / improve api * Update stubs.py * Fix unit tests
This commit is contained in:
parent
4744d0b77d
commit
804a80bc7c
12 changed files with 248 additions and 219 deletions
|
|
@ -47,7 +47,7 @@ RUN python -m pip install --upgrade pip \
|
|||
--global-option=build_ext \
|
||||
--global-option=-j8 \
|
||||
pydantic==${PYDANTIC_VERSION} \
|
||||
&& cat requirements.txt | xargs -n 1 pip install --no-cache-dir \
|
||||
&& cat requirements-slim.txt | xargs -n 1 pip install --no-cache-dir || true \
|
||||
# Remove build packages
|
||||
&& pip uninstall --yes \
|
||||
Cython \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue