Skip to content

Commit e73c1cc

Browse files
committed
add selenium-requests
1 parent b910703 commit e73c1cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip3 install connexion beautifulsoup4==4.9
3737
#RUN pip3 install pycurl #recommended by jupyterlab
3838
# https://pingouin-stats.org/build/html/index.html
3939
RUN pip3 install pingouin
40-
RUN pip3 install selenium webdriver-manager
40+
RUN pip3 install selenium webdriver-manager selenium-requests
4141

4242
# OpenCV
4343
RUN apt-get -y --no-install-recommends install python3-opencv

Dockerfile22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN pip3 install connexion beautifulsoup4
4545
#RUN pip3 install pycurl #recommended by jupyterlab
4646
# https://pingouin-stats.org/build/html/index.html
4747
RUN pip3 install pingouin
48-
RUN pip3 install selenium webdriver-manager
48+
RUN pip3 install selenium webdriver-manager selenium-requests
4949

5050
# OpenCV
5151
RUN apt-get -y --no-install-recommends install python3-opencv

Dockerfile24

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN pip3 install connexion beautifulsoup4
4545
#RUN pip3 install pycurl #recommended by jupyterlab
4646
# https://pingouin-stats.org/build/html/index.html
4747
RUN pip3 install pingouin
48-
RUN pip3 install selenium webdriver-manager
48+
RUN pip3 install selenium webdriver-manager selenium-requests
4949

5050
# OpenCV
5151
RUN apt-get -y --no-install-recommends install python3-opencv

0 commit comments

Comments
 (0)