We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26f810 commit caafa81Copy full SHA for caafa81
Dockerfile24
@@ -91,7 +91,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install python3 python3
91
92
RUN pip3 install wget
93
RUN pip3 install Flask==2.2
94
-RUN pip3 install numpy pandas
+RUN pip3 install numpy pandas matplotlib
95
# https://github.com/bndr/pipreqs
96
RUN pip3 install pipreqs
97
#rabbitMQ
0 commit comments