Skip to content

Commit 413363e

Browse files
committed
[FIX] Correct decode-stable application config
1 parent c997dc7 commit 413363e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

application_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ decode:
2424
MEMORY: 8000
2525
VCPU: 4
2626
GPU: 1
27-
timeout: 18000
27+
timeout: 43200
2828
fit:
2929
app:
3030
cmd:
31+
- "mkdir /files/output &&"
3132
- "/docker/entrypoint.sh"
3233
- "--fit"
3334
- "--frame_path=$(find /files/data -name '*.tif*' | head -n 1)" # matches both .tif and .tiff

0 commit comments

Comments
 (0)