change docker cmd

This commit is contained in:
2025-08-27 16:30:49 +08:00
parent 171b49c536
commit 43092f2353

View File

@@ -16,8 +16,8 @@ docker run -it \
--shm-size=32g --ulimit=memlock=-1 --ulimit=nofile=120000 --ulimit=stack=67108864 \
--device=/dev/xpu0:/dev/xpu0 --device=/dev/xpuctrl:/dev/xpuctrl \
-v $PWD:/tmp/workspace \
-v /model/SenseVoiceSmall:/model \
-e MODEL_DIR=/model \
-v /model:/model \
-e MODEL_DIR=/model/SenseVoiceSmall \
-e TEST_FILE=lei-jun-test.wav \
-e ANSWER_FILE=lei-jun.txt \
--cpus=4 --memory=16g \