File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN python3 -m venv /opt/py3 && \
2525 pip install poetry==1.8.5 --break-system-packages && \
2626 poetry config virtualenvs.create false && \
2727 . /opt/py3/bin/activate && \
28- if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "^2.6.0 +cpu", source = "pytorch"}/g' pyproject.toml; fi && \
28+ if [ "$(uname -m)" = "x86_64" ]; then sed -i 's/^torch.*/torch = {version = "2.7.1 +cpu", source = "pytorch"}/g' pyproject.toml; fi && \
2929 poetry install && \
3030 export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages
3131
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ langchain-mcp-adapters = "0.1.7"
2727langchain-huggingface = " 0.3.0"
2828langchain-ollama = " 0.3.3"
2929langgraph = " 0.4.8"
30+ torch = " 2.7.1"
3031qianfan = " 0.4.12.3"
3132zhipuai = " 2.1.5.20250526"
3233boto3 = " 1.38.35"
You can’t perform that action at this time.
0 commit comments