mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Remove Pytorch +cpu invocation, so it builds on ARM
This commit is contained in:
parent
baf8d861af
commit
3af794ceea
1 changed files with 4 additions and 2 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