Commit 4e8f64a8 authored by Mattia Bergagio's avatar Mattia Bergagio
Browse files

upd'ed link to AIMs

parent 2c556431
__pycache__/
_diar_env/
.env.template
models/
storage/
......@@ -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}
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment