Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions application_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ decode:
- "--log_path=/files/log"
env: []
handler:
image_url: "public.ecr.aws/w2b7b8c0/decode:v0_10_1"
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:v0_10_1"
files_down:
config_id: config
data_ids: data
Expand All @@ -37,7 +37,7 @@ decode:
- "--emitter_path=/files/output/emitter.h5"
env: []
handler:
image_url: "public.ecr.aws/w2b7b8c0/decode:v0_10_1"
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:v0_10_1"
files_down:
config_id: config
data_ids: data
Expand Down Expand Up @@ -66,7 +66,7 @@ decode:
- "Paths.trafo=$(find /files/data -name '*_trafo.mat' | head -n 1 | grep . || echo null)"
env: []
handler:
image_url: "public.ecr.aws/w2b7b8c0/decode:latest"
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/decode:latest"
files_down:
config_id: config_tmp
data_ids: data
Expand Down Expand Up @@ -94,7 +94,7 @@ comet:
- " > /files/log/log.log"
env: []
handler:
image_url: "public.ecr.aws/w2b7b8c0/comet:latest"
image_url: "public.ecr.aws/w2b7b8c0/decode-cloud/comet:latest"
files_down:
config_id: config
data_ids: data
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "api"
version = "0.1.2"
version = "0.1.3"
description = "User-facing API of DECODE OpenCloud."
authors = ["Arthur Jaques <arthur.jaques@hispeed.ch>"]
readme = "README.md"
Expand Down