Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HSLU deep Learning_DarioRoos
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dario Roos
HSLU deep Learning_DarioRoos
Commits
e9148dd6
Commit
e9148dd6
authored
4 years ago
by
Simon van Hemert
Browse files
Options
Downloads
Patches
Plain Diff
dockerfile
parent
e8a6c59d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+13
-13
13 additions, 13 deletions
Dockerfile
with
13 additions
and
13 deletions
Dockerfile
+
13
−
13
View file @
e9148dd6
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment