diff --git a/backend/dependencies/Dockerfile b/backend/dependencies/Dockerfile
index 4cc9fa08183df936672630f5023d64c071106899..bd91c1153953511a3be35fc9af80a24cc003e8cb 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