Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tasko Olevski
s2s-ai-challenge-template-test3
Commits
8620fde8
Commit
8620fde8
authored
Oct 06, 2021
by
Tasko Olevski
Browse files
Update Dockerfile
parent
33d0753f
Pipeline
#262231
passed with stage
in 9 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8620fde8
...
...
@@ -27,7 +27,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
# 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=
{{ __renku_version__ | default("
0.16.2
") }}
ARG
RENKU_VERSION=0.16.2
########################################################
# Do not edit this section and do not add anything below
...
...
@@ -42,7 +42,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
if
[
-n
"
$gitversion
"
]
;
then
\
pip
install
--force
"git+https://github.com/SwissDataScienceCenter/renku-python.git@
$gitversion
"
;
\
else
\
pip
install
--force
renku
==
${
RENKU_VERSION
}
;
\
pip
install
--force
renku
==
${
RENKU_VERSION
}
pyshacl
==
0.17.0.post1
;
\
fi
\
fi
\
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment