From f585910ca30ef99374a0ff53684c6d12d33e20d6 Mon Sep 17 00:00:00 2001 From: Georgios Hadjiharalambous Date: Thu, 26 Feb 2026 13:52:46 +0000 Subject: [PATCH] small fix on correct env.variable name --- docs/deployments/container/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployments/container/troubleshooting.mdx b/docs/deployments/container/troubleshooting.mdx index f141814..a9227f7 100644 --- a/docs/deployments/container/troubleshooting.mdx +++ b/docs/deployments/container/troubleshooting.mdx @@ -40,7 +40,7 @@ sudo chmod -R a+rwx logs/ then - {`docker run --rm -v \${PWD}/logs:/logs -e SM_JOB_ID=124 -e SM_JOB_ID=/logs \\ + {`docker run --rm -v \${PWD}/logs:/logs -e SM_JOB_ID=124 -e SM_LOG_DIR=/logs \\ -v ~/sm_audio.wav:/input.audio \\ -e LICENSE_TOKEN=f787b0051e2768b1f619d75faab97f23ee9b7931890c05f97e9f550702 \\ batch-asr-transcriber-en:${smVariables.latestContainerVersion}