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:
parent
e91c8bc099
commit
00a95994aa
|
|
@ -1 +1 @@
|
|||
pr-24573
|
||||
pr-24689
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue