Skip to content

Commit 44509fd

Browse files
committed
paper4k
1 parent a222e6b commit 44509fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile26

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5858
RUN uv pip install scipy rtree geopandas patsy statsmodels xlrd openpyxl geocoder
5959
# beautifulsoup4==4.9 ??
6060
RUN 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/
6868
RUN 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

0 commit comments

Comments
 (0)