Skip to content

Commit 741c53a

Browse files
committed
upd
1 parent 2b74e9c commit 741c53a

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

Dockerfile20

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ RUN pip3 install connexion beautifulsoup4==4.9
3939
RUN pip3 install pingouin
4040
RUN 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
4346
RUN apt-get -y --no-install-recommends install python3-opencv
4447
RUN pip3 install opencv-python

Dockerfile22

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ RUN pip3 install connexion beautifulsoup4
4747
RUN pip3 install pingouin
4848
RUN 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
5154
RUN apt-get -y --no-install-recommends install python3-opencv
5255
RUN pip3 install opencv-python

Dockerfile24

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ RUN pip3 install connexion beautifulsoup4
4747
RUN pip3 install pingouin
4848
RUN 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
5154
RUN apt-get -y --no-install-recommends install python3-opencv
5255
RUN pip3 install opencv-python

status.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@ https://docs.pydantic.dev/latest/
8181

8282
https://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+
8494
DONE:
8595
=====
8696
https://www.scipy.org/
@@ -92,6 +102,8 @@ https://fastapi.tiangolo.com
92102

93103

94104

105+
https://github.com/Sangarshanan/geopatra
106+
95107

96108

97109

0 commit comments

Comments
 (0)