File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN uv pip install pillow folium
5454# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
5555## RUN apt-get -y --no-install-recommends install libgdal=3.12.3 libgdal-dev=3.12.3 gdal-bin=3.12.3 python3-gdal=3.12.3 # UBUNTU.
5656## RUN uv pip install gdal
57- #RUN uv pip install fiona #needs gdal 3.12.3
57+ #RUN uv pip install fiona #TODO needs gdal 3.12.3
5858RUN uv pip install scipy rtree geopandas patsy statsmodels xlrd openpyxl geocoder
5959# beautifulsoup4==4.9 ??
6060RUN uv pip install connexion beautifulsoup4
@@ -67,8 +67,9 @@ RUN uv pip install selenium webdriver-manager selenium-requests
6767#deep-translator: https://pypi.org/project/deep-translator/
6868RUN uv pip install deep-translator
6969#
70- RUN apt-get -y --no-install-recommends install libxml2-dev libxslt-dev python-lxml
71- RUN uv pip install newspaper4k
70+
71+ ## RUN apt-get -y --no-install-recommends install libxml2-dev libxslt-dev
72+ ## RUN uv pip install newspaper4k # TODO
7273#RUN uv pip install pythainlp #for thai
7374#RUN uv pip install newspaper4k[th] #for thai
7475#RUN uv pip install newspaper4k[all] #for all tokenizers
You can’t perform that action at this time.
0 commit comments