From 1cf5414ab1c0ab4ea94080d8b731f1a76ea73293 Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad Date: Thu, 21 Dec 2023 11:19:03 +0100 Subject: [PATCH] Fix typo --- backend-gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-gpu/Dockerfile b/backend-gpu/Dockerfile index 2976676..9a6bbaf 100644 --- a/backend-gpu/Dockerfile +++ b/backend-gpu/Dockerfile @@ -6,7 +6,7 @@ ARG MLVALIDATION ARG IMAGE_TAG ENV IMAGE_TAG ${IMAGE_TAG} -RUN apt-get update && apt-get install nvidia-modprobe -y; \ +RUN apt-get update && apt-get install nvidia-modprobe -y WORKDIR /code RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .