Skip to content

Commit 596a97e

Browse files
author
Bernd Doser
committed
add numpy and scipy to softwipe
1 parent 65f6a53 commit 596a97e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

softwipe/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ LABEL maintainer="Bernd Doser <[email protected]>"
55

66
ARG VERSION
77

8+
RUN pip install \
9+
numpy \
10+
scipy
11+
812
RUN apt-get update \
913
&& git clone https://github.com/adrianzap/softwipe.git \
1014
&& cd softwipe \

0 commit comments

Comments
 (0)