Skip to content

Commit

Permalink
Add hdf5filters install for compression libs
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Aug 2, 2024
1 parent 53be11e commit 9e4fd02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ RUN python3.11 -m ensurepip && \
python -m pip install --upgrade pip && \
python -m pip install git+https://github.com/odin-detector/[email protected]

# Install hdf5filters from source
RUN git clone https://github.com/DiamondLightSource/hdf5filters.git && cd hdf5filters && \
mkdir -p cmake-build && cd cmake-build && \
cmake -DCMAKE_INSTALL_PREFIX=/odin -DCMAKE_BUILD_TYPE=Release -DUSE_AVX2=ON .. && \
make install

# build stage - throwaway stage for runtime assets #############################
FROM developer AS build

Expand Down

0 comments on commit 9e4fd02

Please sign in to comment.