File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN pip3 install seaborn plotly==5.9 kaleido==0.2.1 xvfbwrapper
3535
3636# https://shapely.readthedocs.io/en/2.1.1/manual.html
3737# https://cartopy.readthedocs.io/stable/
38- RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
38+ ## RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
3939
4040# PIL: https://pypi.org/project/pillow/
4141# folium: https://python-visualization.github.io/folium/latest/
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN pip3 install seaborn plotly kaleido xvfbwrapper
4141
4242# https://shapely.readthedocs.io/en/2.1.1/manual.html
4343# https://cartopy.readthedocs.io/stable/
44- RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
44+ ## RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
4545
4646# PIL: https://pypi.org/project/pillow/
4747# folium: https://python-visualization.github.io/folium/latest/
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN pip3 install seaborn plotly kaleido xvfbwrapper
4242
4343# https://shapely.readthedocs.io/en/2.1.1/manual.html
4444# https://cartopy.readthedocs.io/stable/
45- RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
45+ ## RUN pip3 install shapely cartopy --no-binary shapely --no-binary cartopy
4646
4747# PIL: https://pypi.org/project/pillow/
4848# folium: https://python-visualization.github.io/folium/latest/
@@ -58,6 +58,7 @@ RUN pip3 install connexion beautifulsoup4
5858RUN pip3 install selenium webdriver-manager selenium-requests
5959
6060#may change later to own package:
61+ #deep-translator: https://pypi.org/project/deep-translator/
6162RUN pip3 install deep-translator
6263RUN pip3 install newspaper4k
6364
@@ -71,9 +72,6 @@ RUN pip3 install opencv-python==4.5.5.64
7172#FastAPI: https://fastapi.tiangolo.com
7273RUN pip3 install "fastapi[standard]"
7374
74- #deep-translator: https://pypi.org/project/deep-translator/
75- RUN pip3 install deep-translator
76-
7775# Freeze python requirements here:
7876RUN mkdir -p /cre && \
7977 pip3 freeze --no-cache-dir > /cre/requirements.txt.orig
You can’t perform that action at this time.
0 commit comments