Skip to content

Commit caa63c1

Browse files
giorgosHadjiGeorgios Hadjiharalambous
andauthored
small fix on correct env.variable name (#216)
Fix env.name Co-authored-by: Georgios Hadjiharalambous <georgiosh@speechmatics.com>
1 parent 8eb7872 commit caa63c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deployments/container/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo chmod -R a+rwx logs/
4040
then
4141

4242
<CodeBlock>
43-
{`docker run --rm -v \${PWD}/logs:/logs -e SM_JOB_ID=124 -e SM_JOB_ID=/logs \\
43+
{`docker run --rm -v \${PWD}/logs:/logs -e SM_JOB_ID=124 -e SM_LOG_DIR=/logs \\
4444
-v ~/sm_audio.wav:/input.audio \\
4545
-e LICENSE_TOKEN=f787b0051e2768b1f619d75faab97f23ee9b7931890c05f97e9f550702 \\
4646
batch-asr-transcriber-en:${smVariables.latestContainerVersion}

0 commit comments

Comments
 (0)