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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
c5af63bf
Commit
c5af63bf
authored
Jul 30, 2020
by
Carine Rey
Browse files
update pcoc version (fix error, optimize gamma.alpha in rate_distribution)
parent
cbb474fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/docker/pcoc/Dockerfile
etc/docker/pcoc/Dockerfile
+1
-1
etc/docker/pcoc/build_docker.sh
etc/docker/pcoc/build_docker.sh
+1
-1
No files found.
etc/docker/pcoc/Dockerfile
View file @
c5af63bf
...
...
@@ -81,7 +81,7 @@ RUN git clone https://github.com/BioPP/bppsuite . &&\
WORKDIR
$HOME/pcoc
RUN
git clone https://github.com/CarineRey/pcoc.git
.
&&
\
git checkout
70e60ce
git checkout
9648b89
RUN
cp
-r
data /data/
&&
\
cp
README.md /usr/local/etc/ &
\
...
...
etc/docker/pcoc/build_docker.sh
View file @
c5af63bf
...
...
@@ -4,7 +4,7 @@ set -e
IMAGE_NAME
=
pcoc
DOCKERFILE_DIR
=
.
TAG
=
083
1201
8
TAG
=
101
1201
9
REPO
=
carinerey/
$IMAGE_NAME
:
$TAG
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