Skip to content

Commit 70b04f7

Browse files
committed
rm cartopy for now
1 parent 47138b9 commit 70b04f7

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Dockerfile20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

Dockerfile22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

Dockerfile24

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5858
RUN pip3 install selenium webdriver-manager selenium-requests
5959

6060
#may change later to own package:
61+
#deep-translator: https://pypi.org/project/deep-translator/
6162
RUN pip3 install deep-translator
6263
RUN pip3 install newspaper4k
6364

@@ -71,9 +72,6 @@ RUN pip3 install opencv-python==4.5.5.64
7172
#FastAPI: https://fastapi.tiangolo.com
7273
RUN 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:
7876
RUN mkdir -p /cre && \
7977
pip3 freeze --no-cache-dir > /cre/requirements.txt.orig

0 commit comments

Comments
 (0)