Skip to content

Commit 7c57310

Browse files
author
Ian Hoang
committed
Fix Numpy & h5py bug in 1.7.0
Signed-off-by: Ian Hoang <hoangia@amazon.com>
1 parent fcf4c9c commit 7c57310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get -y update && \
1515
RUN groupadd --gid 1000 opensearch-benchmark && \
1616
useradd -d /opensearch-benchmark -m -k /dev/null -g 1000 -N -u 1000 -l -s /bin/bash benchmark
1717

18-
RUN python3 -m pip install h5py==3.10.0; if [ -z "$VERSION" ] ; then python3 -m pip install opensearch-benchmark ; else python3 -m pip install opensearch-benchmark==$VERSION ; fi
18+
RUN if [ -z "$VERSION" ] ; then python3 -m pip install opensearch-benchmark ; else python3 -m pip install opensearch-benchmark==$VERSION ; fi
1919

2020
WORKDIR /opensearch-benchmark
2121

0 commit comments

Comments
 (0)