Skip to content

Commit

Permalink
Install libopenblas, bump to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Nov 1, 2023
1 parent c2a16c4 commit f9ee8ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION="3.9"
FROM python:${PYTHON_VERSION}-slim-bullseye as base
FROM python:${PYTHON_VERSION}-slim-bookworm as base

# Setup env
ENV LANG C.UTF-8
Expand Down Expand Up @@ -27,6 +27,7 @@ RUN apt-get update \
libgflags-dev \
libutf8proc-dev\
libjemalloc-dev \
libopenblas-dev \
libssl-dev \
make \
ninja-build \
Expand Down

0 comments on commit f9ee8ac

Please sign in to comment.