We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab3e9 commit 14cfc6dCopy full SHA for 14cfc6d
docker/Dockerfile_311
@@ -5,7 +5,7 @@ WORKDIR /root
5
6
# minimal software stack
7
RUN apt-get update; apt-get clean
8
-RUN apt-get install -y nano less htop git; apt-get clean
+RUN apt-get install -y nano less htop git libhdf5-serial-dev; apt-get clean
9
10
# python software stack
11
RUN pip install --no-cache-dir --upgrade pip setuptools
0 commit comments