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 .