Skip to content

Commit

Permalink
Try installing it with conda instead
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 29, 2024
1 parent 3eec6ef commit 8403d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ RUN apt-get update && \
libopenblas-dev \
libpq-dev \
libmagic1 \
libgomp1 \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN conda install -c conda-forge openmp

# Install ExifTool
WORKDIR /tmp/exiftool
RUN curl -SL https://exiftool.org/Image-ExifTool-13.04.tar.gz | tar -xz && \
Expand Down

0 comments on commit 8403d88

Please sign in to comment.