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
9bb88a7c
Commit
9bb88a7c
authored
3 years ago
by
Simon van Hemert
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
e631ffa6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+11
-6
11 additions, 6 deletions
Dockerfile
with
11 additions
and
6 deletions
Dockerfile
+
11
−
6
View file @
9bb88a7c
...
...
@@ -5,11 +5,6 @@ FROM ${RENKU_BASE_IMAGE}
# see https://github.com/SwissDataScienceCenter/renkulab-docker
# to swap this image for the latest version available
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG
RENKU_VERSION=0.15.1
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
...
...
@@ -36,7 +31,17 @@ RUN conda env update -q -f /tmp/environment.yml && \
RUN
jupyter labextension
install
jupyterlab_tensorboard
&&
\
pip
install
jupyter-tensorboard
==
0.1.10
# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history.
ARG
RENKU_VERSION=0.15.1
########################################################
# Do not edit this section and do not add anything below
RUN
pipx
install
--force
renku
==
${
RENKU_VERSION
}
RUN if
[
-n
"
$RENKU_VERSION
"
]
;
then
\
pipx uninstall renku
&&
\
pipx
install
--force
renku
==
${
RENKU_VERSION
}
\
;
fi
########################################################
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