Skip to content

Commit

Permalink
fix missing image lib from salientsdk (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy authored Oct 9, 2024
1 parent d9e557c commit 4b5c5b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/plumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN install2.r --error tidyverse tidygam mgcv ggpubr classInt zoo

# Install pip packages
ADD deployment/docker/requirements.txt /requirements.txt
RUN python3 -m pip install setuptools
RUN apt-get remove -y python3-pil
RUN python3 -m pip install setuptools Pillow
# Fix uwsgi build failure missing cc1
ARG CPUCOUNT=1
RUN python3 -m pip install -r /requirements.txt
Expand Down

0 comments on commit 4b5c5b1

Please sign in to comment.