Skip to content

Commit

Permalink
fix: adds openblas lib to final image
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <[email protected]>
  • Loading branch information
wilmardo committed Oct 10, 2023
1 parent db749ce commit 6eabff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ COPY --from=builder \
/lib/libz.so \
/lib/
# libjpeg for image component
# openblas requirement for numpy https://github.com/numpy/numpy/issues/24703
COPY --from=builder \
/usr/lib/libpq.so.5 \
/usr/lib/libpq.so.5 \
/usr/lib/libjpeg.so.8 \
/usr/lib/libffi.so.8 \
/usr/lib/libopenblas.so.3 \
/usr/lib/

# Add python3
Expand Down

0 comments on commit 6eabff7

Please sign in to comment.