From f1e38459df05edf98122a1a62b53d6d3cec6d9da Mon Sep 17 00:00:00 2001 From: Mathias Dail <93382891+MathiasExorde@users.noreply.github.com> Date: Thu, 23 May 2024 15:34:43 +0200 Subject: [PATCH] Update Dockerfile added libhdf5 to help the docker build for amd64 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2092170..db0f934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && ln -s /usr/bin/chromedriver /usr/local/bin/chromedriver + +RUN apt-get update && apt-get install -y libhdf5-dev RUN pip3.10 install --no-cache-dir \ 'git+https://github.com/exorde-labs/exorde_data.git' \