mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 21:12:07 +00:00
misc(docker): add numa lib as dependency
This commit is contained in:
parent
5a85661661
commit
30ae99631c
@ -23,6 +23,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
cmake \
|
cmake \
|
||||||
gcc g++ \
|
gcc g++ \
|
||||||
libc++-dev \
|
libc++-dev \
|
||||||
|
libnumactl-dev \
|
||||||
libopenmpi-dev \
|
libopenmpi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
@ -61,6 +62,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||||||
apt update && \
|
apt update && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
apt install -y \
|
apt install -y \
|
||||||
|
numactl \
|
||||||
openssl \
|
openssl \
|
||||||
python3.11-dev
|
python3.11-dev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user