Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-OSD
Implementation of OSD-TMA
Commits
4e8f64a8
Commit
4e8f64a8
authored
Sep 30, 2024
by
Mattia Bergagio
Browse files
upd'ed link to AIMs
parent
2c556431
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
4e8f64a8
__pycache__/
_diar_env/
.env.template
models/
storage/
compose.yml
View file @
4e8f64a8
...
...
@@ -23,8 +23,8 @@ services:
osd_ava
:
image
:
osd_ava:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/osd_ava.git
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
osd
/osd_ava.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -55,7 +55,7 @@ services:
image
:
osd_ave:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/osd_ave.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
osd
/osd_ave.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -86,7 +86,7 @@ services:
image
:
osd_avs:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/osd_avs.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
osd
/osd_avs.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -116,8 +116,8 @@ services:
mmc_asr
:
image
:
mmc_asr:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/mmc_asr.git
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
mmc
/mmc_asr.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -155,7 +155,7 @@ services:
image
:
osd_tvs:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/osd_tvs.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
osd
/osd_tvs.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -217,7 +217,7 @@ services:
image
:
mmc_aus:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/mmc_aus.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
mmc
/mmc_aus.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -256,7 +256,7 @@ services:
image
:
paf_fir:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/paf_fir.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
paf
/paf_fir.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -294,7 +294,7 @@ services:
image
:
osd_vcd:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/osd_vcd.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
osd
/osd_vcd.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
@@ -325,7 +325,7 @@ services:
image
:
mmc_sir:${TAG}
restart
:
always
build
:
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
aif/osd_tma
/mmc_sir.git
context
:
https://${GIT_NAME}:${GIT_TOKEN}@experts.mpai.community/software/mpai-
mmc
/mmc_sir.git
dockerfile
:
Dockerfile
args
:
-
GIT_NAME=${GIT_NAME}
...
...
controller/Dockerfile
View file @
4e8f64a8
...
...
@@ -40,7 +40,7 @@ RUN \
python3 -m pip install --no-cache-dir -r requirements.txt
WORKDIR
"$BASE_FOLDER"/src
RUN
git clone https://
${
GIT_NAME
}
:
${
GIT_TOKEN
}
@experts.mpai.community/software/mpai-aif/
osd_tma
/common_module.git
RUN
git clone https://
${
GIT_NAME
}
:
${
GIT_TOKEN
}
@experts.mpai.community/software/mpai-aif/
aif_common_module
/common_module.git
RUN
pwd
RUN
ls
...
...
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