mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-09 05:12:12 +02:00
Use manifests to build for amd64 and arm64 (#798)
Remove Pytorch +cpu invocation, so it builds on ARM
This commit is contained in:
parent
1515dbaf08
commit
3c6adbf16a
3 changed files with 44 additions and 147 deletions
|
|
@ -15,8 +15,10 @@ RUN dnf install -y python3.13 && \
|
|||
pip3 install --no-cache-dir pulsar-client==3.7.0 && \
|
||||
dnf clean all
|
||||
|
||||
RUN pip3 install torch==2.5.1+cpu \
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
#RUN pip3 install torch==2.5.1+cpu \
|
||||
# --index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
RUN pip3 install torch==2.5.1
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
langchain==0.3.25 langchain-core==0.3.60 langchain-huggingface==0.2.0 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue