Skip to content
Snippets Groups Projects
Commit e8a6c59d authored by Simon van Hemert's avatar Simon van Hemert
Browse files

Commented Selenium/firefox tries.

parent 4049c737
No related branches found
No related tags found
No related merge requests found
...@@ -9,17 +9,17 @@ FROM renku/renkulab-py:3.7-renku0.10.4-0.6.3 ...@@ -9,17 +9,17 @@ FROM renku/renkulab-py:3.7-renku0.10.4-0.6.3
# e.g. the following installs apt-utils and vim; each pkg on its own line, all lines # e.g. the following installs apt-utils and vim; each pkg on its own line, all lines
# except for the last end with backslash '\' to continue the RUN line # except for the last end with backslash '\' to continue the RUN line
USER root # USER root
RUN apt-get update && \ # RUN apt-get update && \
apt-get install -y --no-install-recommends \ # apt-get install -y --no-install-recommends \
apt-utils \ # apt-utils \
firefox # firefox
# cd /home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtest # # cd /home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtest
# wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz # # wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
# tar -xvzf geckodriver* # # tar -xvzf geckodriver*
# chmod +x geckodriver # # chmod +x geckodriver
# export PATH=$PATH:/home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtests/. # # export PATH=$PATH:/home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtests/.
USER ${NB_USER} # USER ${NB_USER}
# install the python dependencies # install the python dependencies
COPY requirements.txt environment.yml /tmp/ COPY requirements.txt environment.yml /tmp/
...@@ -30,5 +30,5 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -30,5 +30,5 @@ RUN conda env update -q -f /tmp/environment.yml && \
# add chromedriver and geckodriver to PATH # add chromedriver and geckodriver to PATH
ENV PATH="/home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtest/geckodriver:${PATH}" # ENV PATH="/home/work/hslu-deep-learning/notebooks/Block_5/Seleniumtest/geckodriver:${PATH}"
ENV PATH "$PATH:/notebooks/Block_5/Seleniumtest/geckodriver" # ENV PATH "$PATH:/notebooks/Block_5/Seleniumtest/geckodriver"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment