Skip to content

Commit c7a71cf

Browse files
committed
[Alpine 3.18] Removed the Flask Python package
1 parent 19729bd commit c7a71cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

alpine-3.18/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ RUN python3 -mpip install -U pandas-datareader
5757
RUN python3 -mpip install -U matplotlib
5858
RUN python3 -mpip install -U seaborn
5959
RUN python3 -mpip install -U scikit-learn
60-
RUN python3 -mpip install -U flask flask_restful connexion requests
60+
RUN python3 -mpip install -U connexion requests
61+
#RUN python3 -mpip install -U flask flask_restful
6162
RUN python3 -mpip install -U psycopg2
6263
RUN python3 -mpip install -U opentraveldata OpenTrepWrapper neobase
6364

0 commit comments

Comments
 (0)