Skip to content
Snippets Groups Projects
Unverified Commit 160b00ff authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad Committed by GitHub
Browse files

Cannot pin torch and torchvision version

Arm supports currently different version numbers than x64
parent 55151ee8
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install torch==1.9.1 torchvision==0.10.1 pyvips==2.1.15 cmake==3.21.2
RUN pip3 install torch torchvision pyvips==2.1.15 cmake==3.21.2
#Build and install libraw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment