Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 21, 2023
1 parent 73741b1 commit 1cf5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 1cf5414

Please sign in to comment.