Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
jass
Commits
f871d9e4
Commit
f871d9e4
authored
3 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
continue fixing and cleaning docker-compose build
parent
13b2cf72
No related branches found
No related tags found
3 merge requests
!52
Bring all changes from dev into master
,
!51
merge fast-api into dev
,
!42
[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
ansible/deploy.yaml
+0
-4
0 additions, 4 deletions
ansible/deploy.yaml
with
0 additions
and
5 deletions
Dockerfile
+
0
−
1
View file @
f871d9e4
...
...
@@ -11,7 +11,6 @@ RUN yum install -y python36u python36u-libs python36u-devel python36u-pip openss
RUN
pip3.6
install
--upgrade
pip
RUN
pip3.6
install
ansible
RUN
yum
install
-y
python-pip
RUN
python
-m
pip
install
--upgrade
pip
COPY
. /code
WORKDIR
/code/ansible
RUN
ansible-playbook
-vvv
-i
./hosts_local deploy.yaml
--extra-vars
"@params-docker.json"
...
...
This diff is collapsed.
Click to expand it.
ansible/deploy.yaml
+
0
−
4
View file @
f871d9e4
---
-
hosts
:
all
environment
:
PYTHONIOENCODING
:
utf8
LANG
:
en_US.UTF-8
LANGUAGE
:
en_US:en
become
:
yes
gather_facts
:
yes
tasks
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment