File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3939RUN pip3 install pingouin
40- RUN pip3 install selenium webdriver-manager
40+ RUN pip3 install selenium webdriver-manager selenium-requests
4141
4242# OpenCV
4343RUN apt-get -y --no-install-recommends install python3-opencv
Original file line number Diff line number Diff 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
4747RUN pip3 install pingouin
48- RUN pip3 install selenium webdriver-manager
48+ RUN pip3 install selenium webdriver-manager selenium-requests
4949
5050# OpenCV
5151RUN apt-get -y --no-install-recommends install python3-opencv
Original file line number Diff line number Diff 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
4747RUN pip3 install pingouin
48- RUN pip3 install selenium webdriver-manager
48+ RUN pip3 install selenium webdriver-manager selenium-requests
4949
5050# OpenCV
5151RUN apt-get -y --no-install-recommends install python3-opencv
You can’t perform that action at this time.
0 commit comments