try h5py version

This commit is contained in:
jakubknczny 2021-05-15 20:20:42 +02:00
parent 3bd8666141
commit ab751c9231

View File

@ -5,6 +5,7 @@ RUN apt install -y apt-utils >>/dev/null
RUN apt install -y python3.8 >>/dev/null
RUN apt install -y python3-pip >>/dev/null
RUN apt install -y unzip >>/dev/null
run pip3 install 'h5py==2.10.0' --force-reinstall
WORKDIR /app