Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
98084400
Commit
98084400
authored
Sep 04, 2018
by
Carine Rey
Browse files
update bppsuite docker
parent
692a9283
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/docker/bppsuite/Dockerfile
etc/docker/bppsuite/Dockerfile
+1
-1
etc/docker/bppsuite/build_docker.sh
etc/docker/bppsuite/build_docker.sh
+1
-1
No files found.
etc/docker/bppsuite/Dockerfile
View file @
98084400
...
@@ -38,7 +38,7 @@ RUN git clone https://github.com/BioPP/bpp-popgen . &&\
...
@@ -38,7 +38,7 @@ RUN git clone https://github.com/BioPP/bpp-popgen . &&\
WORKDIR
$bpp_dir/sources/bpp-phyl
WORKDIR
$bpp_dir/sources/bpp-phyl
RUN
git clone
--branch
devel https://github.com/BioPP/bpp-phyl
.
&&
\
RUN
git clone
--branch
devel https://github.com/BioPP/bpp-phyl
.
&&
\
git checkout
722591f
&&
\
git checkout
b5507fe
&&
\
cmake
.
&&
\
cmake
.
&&
\
(
make
-j
4
||
make
)
&&
\
(
make
-j
4
||
make
)
&&
\
make
install
make
install
...
...
etc/docker/bppsuite/build_docker.sh
View file @
98084400
...
@@ -4,7 +4,7 @@ set -e
...
@@ -4,7 +4,7 @@ set -e
IMAGE_NAME
=
bppsuite
IMAGE_NAME
=
bppsuite
DOCKERFILE_DIR
=
.
DOCKERFILE_DIR
=
.
TAG
=
0
719
2018
TAG
=
0
904
2018
REPO
=
carinerey/
$IMAGE_NAME
:
$TAG
REPO
=
carinerey/
$IMAGE_NAME
:
$TAG
docker build
-t
$REPO
-f
./Dockerfile
$DOCKERFILE_DIR
docker build
-t
$REPO
-f
./Dockerfile
$DOCKERFILE_DIR
...
...
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