diff --git a/Dockerfile b/Dockerfile index 1b0a6ad10a8e..b094a134aa2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update && \ libxml2-dev \ libxmlsec1-dev \ libxmlsec1-openssl \ + libhdf5-dev \ && rm -rf /var/lib/apt/lists/* ARG PIP_VERSION