Skip to content

Commit

Permalink
Install correct version of blinker
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 22, 2023
1 parent 7ebc5dc commit 8d62e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install nvidia-modprobe -y

WORKDIR /code
RUN git clone --depth 1 https://github.com/LibrePhotos/librephotos .
run pip install --ignore-installed blinker==1.7.0
RUN pip install --no-cache-dir -r requirements.txt
RUN if [ "$DEBUG" = 1 ] ; then \
pip install -r requirements.dev.txt; \
Expand Down

0 comments on commit 8d62e35

Please sign in to comment.