Add zstd lib for building hipTensor. (#1745)

* add zstd library to CI docker

* fix the libzstd name
This commit is contained in:
Illia Silin
2024-12-13 16:30:22 -08:00
committed by GitHub
parent 4d8fce33dd
commit 41ebf117a5

View File

@@ -64,6 +64,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
nano \
zlib1g-dev \
zip \
libzstd-dev \
openssh-server \
clang-format-12 \
kmod && \