change docker cmd
This commit is contained in:
@@ -13,10 +13,10 @@ docker build -f ./Dockerfile.funasr-mlu370 -t <your_image> .
|
||||
```shell
|
||||
docker run -it \
|
||||
-v $PWD:/tmp/workspace \
|
||||
-v /model/SenseVoiceSmall:/model \
|
||||
-v /model:/model \
|
||||
--device=/dev/cambricon_dev0:/dev/cambricon_dev0 \
|
||||
--device=/dev/cambricon_ctl:/dev/cambricon_ctl \
|
||||
-e MODEL_DIR=/model \
|
||||
-e MODEL_DIR=/model/SenseVoiceSmall \
|
||||
-e TEST_FILE=lei-jun-test.wav \
|
||||
-e ANSWER_FILE=lei-jun.txt \
|
||||
-e CUSTOM_DEVICE=MLU370 \
|
||||
|
||||
Reference in New Issue
Block a user