Fix libhdf5.so not found error (#24689)

**Details:** Fix h5py so not found error

**Ticket:** TBD

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
This commit is contained in:
Roman Kazantsev 2024-05-26 19:40:14 +04:00 committed by GitHub
parent e91c8bc099
commit 00a95994aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
pr-24573
pr-24689

View File

@ -29,6 +29,7 @@ RUN apt-get update && \
python3.11-dev \
python3.11-venv \
python3.11-distutils \
libhdf5-dev \
# For Java API
default-jdk \
# Compiler

View File

@ -26,6 +26,7 @@ RUN apt-get update && \
python3.11-dev \
python3.11-venv \
python3.11-distutils \
libhdf5-dev \
&& \
rm -rf /var/lib/apt/lists/*