We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19729bd commit c7a71cfCopy full SHA for c7a71cf
1 file changed
alpine-3.18/Dockerfile
@@ -57,7 +57,8 @@ RUN python3 -mpip install -U pandas-datareader
57
RUN python3 -mpip install -U matplotlib
58
RUN python3 -mpip install -U seaborn
59
RUN python3 -mpip install -U scikit-learn
60
-RUN python3 -mpip install -U flask flask_restful connexion requests
+RUN python3 -mpip install -U connexion requests
61
+#RUN python3 -mpip install -U flask flask_restful
62
RUN python3 -mpip install -U psycopg2
63
RUN python3 -mpip install -U opentraveldata OpenTrepWrapper neobase
64
0 commit comments