From 69011f25a67f51cb2ee0fd7fb8af9ad3e3518286 Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad <tigrexspalterlp@gmail.com> Date: Mon, 11 Oct 2021 16:11:47 +0200 Subject: [PATCH] Update Dockerfile --- backend/dependencies/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dependencies/Dockerfile b/backend/dependencies/Dockerfile index 4cc9fa0..bd91c11 100644 --- a/backend/dependencies/Dockerfile +++ b/backend/dependencies/Dockerfile @@ -49,7 +49,7 @@ RUN apt-get update && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then pip3 install torch torchvision -f https://torch.kmtea.eu/whl/stable.html; else pip3 install torch torchvision; +RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then pip3 install torch torchvision -f https://torch.kmtea.eu/whl/stable.html; else pip3 install torch torchvision; fi RUN pip3 install pyvips==2.1.15 cmake==3.21.2 -- GitLab