@@ -3,7 +3,7 @@ services:
3
3
4
4
component-en-de :
5
5
# for building from source
6
- image : qanary-component-mt-python-helsinki -en-de:latest
6
+ image : qanary/qanary -component-mt-python-helsinkinlp -en-de:latest
7
7
build :
8
8
context : .
9
9
dockerfile : Dockerfile
@@ -13,14 +13,14 @@ services:
13
13
env_file :
14
14
- .env
15
15
environment :
16
- - SERVICE_NAME_COMPONENT=MT-Helsinki -en-de
16
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -en-de
17
17
volumes :
18
18
- ~/.cache/huggingface:/root/.cache/huggingface/
19
19
network_mode : host
20
20
21
21
component-en-ru :
22
22
# for building from source
23
- image : qanary-component-mt-python-helsinki -en-ru:latest
23
+ image : qanary/qanary -component-mt-python-helsinkinlp -en-ru:latest
24
24
build :
25
25
context : .
26
26
dockerfile : Dockerfile
@@ -30,15 +30,15 @@ services:
30
30
env_file :
31
31
- .env
32
32
environment :
33
- - SERVICE_NAME_COMPONENT=MT-Helsinki -en-ru
33
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -en-ru
34
34
volumes :
35
35
- ~/.cache/huggingface:/root/.cache/huggingface/
36
36
network_mode : host
37
37
38
38
39
39
component-en-es :
40
40
# for building from source
41
- image : qanary-component-mt-python-helsinki -en-es:latest
41
+ image : qanary/qanary -component-mt-python-helsinkinlp -en-es:latest
42
42
build :
43
43
context : .
44
44
dockerfile : Dockerfile
@@ -48,15 +48,15 @@ services:
48
48
env_file :
49
49
- .env
50
50
environment :
51
- - SERVICE_NAME_COMPONENT=MT-Helsinki -en-es
51
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -en-es
52
52
volumes :
53
53
- ~/.cache/huggingface:/root/.cache/huggingface/
54
54
network_mode : host
55
55
56
56
57
57
component-de-en :
58
58
# for building from source
59
- image : qanary-component-mt-python-helsinki -de-en:latest
59
+ image : qanary/qanary -component-mt-python-helsinkinlp -de-en:latest
60
60
build :
61
61
context : .
62
62
dockerfile : Dockerfile
@@ -66,15 +66,15 @@ services:
66
66
env_file :
67
67
- .env
68
68
environment :
69
- - SERVICE_NAME_COMPONENT=MT-Helsinki -de-en
69
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -de-en
70
70
volumes :
71
71
- ~/.cache/huggingface:/root/.cache/huggingface/
72
72
network_mode : host
73
73
74
74
75
75
component-ru-en :
76
76
# for building from source
77
- image : qanary-component-mt-python-helsinki -ru-en:latest
77
+ image : qanary/qanary -component-mt-python-helsinkinlp -ru-en:latest
78
78
build :
79
79
context : .
80
80
dockerfile : Dockerfile
@@ -84,15 +84,15 @@ services:
84
84
env_file :
85
85
- .env
86
86
environment :
87
- - SERVICE_NAME_COMPONENT=MT-Helsinki -ru-en
87
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -ru-en
88
88
volumes :
89
89
- ~/.cache/huggingface:/root/.cache/huggingface/
90
90
network_mode : host
91
91
92
92
93
93
component-es-en :
94
94
# for building from source
95
- image : qanary-component-mt-python-helsinki -es-en:latest
95
+ image : qanary/qanary -component-mt-python-helsinkinlp -es-en:latest
96
96
build :
97
97
context : .
98
98
dockerfile : Dockerfile
@@ -102,7 +102,7 @@ services:
102
102
env_file :
103
103
- .env
104
104
environment :
105
- - SERVICE_NAME_COMPONENT=MT-Helsinki -es-en
105
+ - SERVICE_NAME_COMPONENT=MT-helsinkinlp -es-en
106
106
volumes :
107
107
- ~/.cache/huggingface:/root/.cache/huggingface/
108
108
network_mode : host
0 commit comments