Skip to content

Commit

Permalink
[BLAZ-1027] Fixed python lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smaneroiriusrisk committed Dec 17, 2024
1 parent 16ae834 commit c19d4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/Dockerfile.application
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ WORKDIR /app

RUN apk update && \
apk --no-cache add cblas geos graphviz-dev lapack libmagic re2 && \
adduser --disabled-password --no-create-home startleft
adduser --disabled-password --no-create-home startleft && \
rm -rf /usr/local/lib/python3.11/site-packages

COPY --from=startleft-base /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages

Expand Down

0 comments on commit c19d4b1

Please sign in to comment.