Skip to content

Commit 14cfc6d

Browse files
committed
Install hdf5.
1 parent 68ab3e9 commit 14cfc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile_311

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /root
55

66
# minimal software stack
77
RUN apt-get update; apt-get clean
8-
RUN apt-get install -y nano less htop git; apt-get clean
8+
RUN apt-get install -y nano less htop git libhdf5-serial-dev; apt-get clean
99

1010
# python software stack
1111
RUN pip install --no-cache-dir --upgrade pip setuptools

0 commit comments

Comments
 (0)