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
RDM
Pipelines
crns
Commits
2dc259dd
Commit
2dc259dd
authored
Dec 15, 2021
by
David Schäfer
Browse files
dockering...
parent
99883bfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2dc259dd
...
...
@@ -4,10 +4,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends git gcc python3
RUN
git clone
--recursive
https://git.ufz.de/rdm/pipelines/crns /pipeline
WORKDIR
pipeline
ENV
PYTHONPATH=saqc/:pipetools/:$PYTHONPATH
RUN
pip
install
--no-cache-dir
--upgrade
pip
RUN
pip
install
--no-cache-dir
-r
/pipeline/
saqc/requirements.txt
RUN
pip
install
--no-cache-dir
-r
saqc/requirements.txt
RUN
pip
install
--no-cache-dir
snakemake
CMD
snakemake
--snakefile /pipeline/Snakefile
-j2 --forceall --printshellcmds --keep-going --restart-times 3
CMD
snakemake -j2 --forceall --printshellcmds --keep-going --restart-times 3
Write
Preview
Supports
Markdown
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