File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ RUN pip3 install connexion beautifulsoup4==4.9
3939RUN pip3 install pingouin
4040RUN pip3 install selenium webdriver-manager selenium-requests
4141
42+ ## Install new chrome ??
43+ ## wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; dpkg -i google-chrome-stable_current_amd64.deb
44+
4245# OpenCV
4346RUN apt-get -y --no-install-recommends install python3-opencv
4447RUN pip3 install opencv-python
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ RUN pip3 install connexion beautifulsoup4
4747RUN pip3 install pingouin
4848RUN pip3 install selenium webdriver-manager selenium-requests
4949
50+ ## Install new chrome ??
51+ ## wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; dpkg -i google-chrome-stable_current_amd64.deb
52+
5053# OpenCV
5154RUN apt-get -y --no-install-recommends install python3-opencv
5255RUN pip3 install opencv-python
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ RUN pip3 install connexion beautifulsoup4
4747RUN pip3 install pingouin
4848RUN pip3 install selenium webdriver-manager selenium-requests
4949
50+ ## Install new chrome ??
51+ ## wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; dpkg -i google-chrome-stable_current_amd64.deb
52+
5053# OpenCV
5154RUN apt-get -y --no-install-recommends install python3-opencv
5255RUN pip3 install opencv-python
Original file line number Diff line number Diff line change @@ -81,6 +81,16 @@ https://docs.pydantic.dev/latest/
8181
8282https://github.com/NVIDIA/warp
8383
84+ https://github.com/Parsl/parsl
85+
86+ https://pydantic.dev/
87+ https://github.com/pola-rs/polars
88+ https://github.com/emmett-framework/granian HTTP server
89+ https://github.com/astral-sh/uv package manager pip
90+
91+
92+ https://github.com/oxylabs/playwright-web-scraping
93+
8494DONE:
8595=====
8696https://www.scipy.org/
@@ -92,6 +102,8 @@ https://fastapi.tiangolo.com
92102
93103
94104
105+ https://github.com/Sangarshanan/geopatra
106+
95107
96108
97109
You can’t perform that action at this time.
0 commit comments