Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
7d262c89
Commit
7d262c89
authored
Apr 10, 2020
by
SOLIMAN Sylvain
Browse files
Aaaaaargh
parent
0d1c55b4
Changes
1
Show whitespace changes
Inline
Side-by-side
tmpnb/lifeware_biocham/Dockerfile
View file @
7d262c89
...
...
@@ -12,7 +12,8 @@ ENV PATH /home/$NB_USER/biocham:$PATH
RUN
cd
/home/
$NB_USER
/
&&
\
wget https://lifeware.gitlabpages.inria.fr/biocham/biocham_
${
tag
}
.zip
&&
\
unzip biocham_
${
tag
}
.zip
&&
rm
biocham_
${
tag
}
.zip
RUN
apt-get
install
-y
openssh-client
&&
cd
biocham
&&
./install.sh
&&
\
RUN
apt-get
-qy
update
&&
apt-get
install
-y
openssh-client
&&
\
cd
biocham
&&
./install.sh
&&
\
apt-get autoremove
-y
&&
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
&&
\
conda uninstall
-y
--force
terminado
&&
conda clean
-a
-y
&&
\
fix-permissions /home/
$NB_USER
/.local
&&
\
...
...
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