Skip to content

Commit b19a6fc

Browse files
authored
[FIX] Fix application paths (#34)
1 parent b729cd2 commit b19a6fc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

application_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ decode:
1111
- "--log_path=/files/log"
1212
env: []
1313
handler:
14-
image_url: "public.ecr.aws/w2b7b8c0/decode:v0_10_1"
14+
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:v0_10_1"
1515
files_down:
1616
config_id: config
1717
data_ids: data
@@ -37,7 +37,7 @@ decode:
3737
- "--emitter_path=/files/output/emitter.h5"
3838
env: []
3939
handler:
40-
image_url: "public.ecr.aws/w2b7b8c0/decode:v0_10_1"
40+
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:v0_10_1"
4141
files_down:
4242
config_id: config
4343
data_ids: data
@@ -66,7 +66,7 @@ decode:
6666
- "Paths.trafo=$(find /files/data -name '*_trafo.mat' | head -n 1 | grep . || echo null)"
6767
env: []
6868
handler:
69-
image_url: "public.ecr.aws/w2b7b8c0/decode:latest"
69+
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:latest"
7070
files_down:
7171
config_id: config_tmp
7272
data_ids: data
@@ -94,7 +94,7 @@ comet:
9494
- " > /files/log/log.log"
9595
env: []
9696
handler:
97-
image_url: "public.ecr.aws/w2b7b8c0/comet:latest"
97+
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/comet:latest"
9898
files_down:
9999
config_id: config
100100
data_ids: data

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "User-facing API of DECODE OpenCloud."
55
authors = ["Arthur Jaques <arthur.jaques@hispeed.ch>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)