Skip to content

Commit caafa81

Browse files
committed
add matplotlib
1 parent c26f810 commit caafa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile24

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install python3 python3
9191

9292
RUN pip3 install wget
9393
RUN pip3 install Flask==2.2
94-
RUN pip3 install numpy pandas
94+
RUN pip3 install numpy pandas matplotlib
9595
# https://github.com/bndr/pipreqs
9696
RUN pip3 install pipreqs
9797
#rabbitMQ

0 commit comments

Comments
 (0)