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

Change Dockerfile to add drivers to PATH

parent 7d5b4956
No related branches found
No related tags found
Loading
...@@ -21,4 +21,9 @@ COPY requirements.txt environment.yml /tmp/ ...@@ -21,4 +21,9 @@ COPY requirements.txt environment.yml /tmp/
RUN conda env update -q -f /tmp/environment.yml && \ RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install -r /tmp/requirements.txt && \ /opt/conda/bin/pip install -r /tmp/requirements.txt && \
conda clean -y --all && \ conda clean -y --all && \
conda env export -n "root" conda env export -n "root"
\ No newline at end of file
# add chromedriver and geckodriver to PATH
ENV PATH "$PATH:'/home/work/hslu-deep-learning/notebooks/Block\ 5/Selenium\ test/chromedriver'"
ENV PATH "$PATH:'/home/work/hslu-deep-learning/notebooks/Block\ 5/Selenium\ test/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