From 588df7d2e94933e9c315d6ed35ac0f4b2c656302 Mon Sep 17 00:00:00 2001 From: nolan1999 Date: Sat, 28 Feb 2026 18:11:46 +0100 Subject: [PATCH] [FIX] Fix application paths --- application_config.yaml | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application_config.yaml b/application_config.yaml index c496bca..e237f8f 100644 --- a/application_config.yaml +++ b/application_config.yaml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 66643d2..c5da029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"