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

Update Dockerfile

parent ef092e28
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ RUN apt-get update && \ ...@@ -56,7 +56,7 @@ RUN apt-get update && \
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then pip3 install --no-cache-dir torch torchvision -f https://torch.kmtea.eu/whl/stable.html; else pip3 install --no-cache-dir torch torchvision; fi RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then pip3 install --no-cache-dir torch torchvision -f https://torch.kmtea.eu/whl/stable.html; else pip3 install --no-cache-dir torch torchvision; fi
RUN pip3 install --no-cache-dir pyvips==2.1.15 cmake==3.21.2 RUN pip3 install --no-cache-dir pyvips==2.2.1 cmake==3.21.2
#Build and install libraw #Build and install libraw
WORKDIR /tmp/builds WORKDIR /tmp/builds
......
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