mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
Merge branch 'main' of github.com:1Panel-dev/MaxKB
This commit is contained in:
commit
3992351054
|
|
@ -24,7 +24,7 @@ RUN mv /opt/maxkb/app/model/* /opt/maxkb/model && \
|
|||
apt-get update && apt-get install -y curl && \
|
||||
pip3 install --upgrade pip && \
|
||||
cat pyproject.toml && \
|
||||
if [ `uname -m` == "aarch64" ]; then sed -i '/^torch/d' pyproject.toml; fi && \
|
||||
if [ "$(uname -m)" = "aarch64" ]; then sed -i '/^torch/d' pyproject.toml; fi && \
|
||||
cat pyproject.toml && \
|
||||
pip3 install poetry && \
|
||||
poetry export -f requirements.txt --output requirements.txt --without-hashes && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue