Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
added libhdf5 to help the docker build for amd64
  • Loading branch information
MathiasExorde authored May 23, 2024
1 parent b429b7e commit f1e3845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit f1e3845

Please sign in to comment.