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
Amandine PERRIN
pipeline_annotation
Commits
8fb0b665
Commit
8fb0b665
authored
Apr 02, 2019
by
Amandine PERRIN
Browse files
rebuild ubuntu image with pip3 upgrade
parent
5580b373
Pipeline
#10865
passed with stage
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8fb0b665
...
...
@@ -39,32 +39,32 @@ before_script:
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
# - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
# build-ubuntu:
build-ubuntu
:
only
:
-
docker
stage
:
build
script
:
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
# build-mafft:
# only:
# - docker
# stage: build
# script:
# - apk update ; apk add git
# - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-
ubuntu
" for_build/
ubuntu
# - docker push "$CI_REGISTRY_IMAGE/install-
ubuntu
"
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-
mafft
" for_build/
mafft
# - docker push "$CI_REGISTRY_IMAGE/install-
mafft
"
# build-m
afft
:
# build-m
mseqs_and_fastme
:
# only:
# - docker
# stage: build
# script:
# - apk update ; apk add git
# - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-mafft" for_build/mafft
# - docker push "$CI_REGISTRY_IMAGE/install-mafft"
build-mmseqs_and_fastme
:
only
:
-
docker
stage
:
build
script
:
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-mmseqs-fastme" for_build/mmseqs_and_fastme
-
docker push "$CI_REGISTRY_IMAGE/install-mmseqs-fastme"
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-mmseqs-fastme" for_build/mmseqs_and_fastme
# - docker push "$CI_REGISTRY_IMAGE/install-mmseqs-fastme"
for_build/ubuntu/Dockerfile
View file @
8fb0b665
...
...
@@ -9,3 +9,5 @@ RUN apt-get install -y \
python3
\
python3-pip
\
git
RUN
pip3
install
--upgrade
pip
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