Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
carpin
nextflow
Commits
6614fc01
Verified
Commit
6614fc01
authored
Jun 02, 2021
by
Laurent Modolo
Browse files
Docker: add emase 0.10.16
parent
99c06a7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/.docker_modules/emase/0.10.16/Dockerfile
0 → 100644
View file @
6614fc01
FROM
python:2.7
MAINTAINER
Laurent Modolo
ENV
EMASE_VERSION=0.10.16
RUN
apt-get update
\
&&
apt-get
install
-y
python-h5py
\
&&
pip
install
numpy
==
1.8.2
\
&&
pip
install
numexpr
==
2.3.1
\
&&
pip
install
cython>
=
0.13
\
&&
pip
install
tables
==
3.1.0
\
&&
pip
install
emase
==
${
EMASE_VERSION
}
CMD
["bash"]
src/.docker_modules/emase/0.10.16/docker_init.sh
0 → 100755
View file @
6614fc01
#!/bin/sh
docker pull lbmc/emase:0.10.16
docker build src/.docker_modules/emase/0.10.16
-t
'lbmc/emase:0.10.16'
docker push lbmc/emase:0.10.16
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment