Skip to content

Commit

Permalink
Cant clone branch
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Jan 25, 2025
1 parent b9897ef commit 38421aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN pip3 install --no-cache-dir --break-system-packages torch torchvision --extr

#Build and install libraw, supports more RAW image types
WORKDIR /tmp/builds
RUN RUN git clone --branch 0.21-stable https://github.com/LibRaw/LibRaw.git && \
RUN RUN git clone https://github.com/LibRaw/LibRaw.git && \
cd LibRaw && \
autoreconf --install && \
./configure && \
Expand Down

0 comments on commit 38421aa

Please sign in to comment.