chore: change docker volume

This commit is contained in:
wql 2024-09-13 10:17:30 +08:00
parent 0e5781fe6e
commit 2b7a1d4e12
1 changed files with 1 additions and 4 deletions

View File

@ -8,10 +8,7 @@ services:
PIP_INDEX: https://pypi.tuna.tsinghua.edu.cn/simple PIP_INDEX: https://pypi.tuna.tsinghua.edu.cn/simple
container_name: llamafactory container_name: llamafactory
volumes: volumes:
- ../../hf_cache:/root/.cache/huggingface - ../../../LLaMA-Factory-310P3:/app/LLaMA-Factory-310P3
- ../../ms_cache:/root/.cache/modelscope
- ../../data:/app/data
- ../../output:/app/output
- /usr/local/dcmi:/usr/local/dcmi - /usr/local/dcmi:/usr/local/dcmi
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi - /usr/local/bin/npu-smi:/usr/local/bin/npu-smi
- /usr/local/Ascend/driver:/usr/local/Ascend/driver - /usr/local/Ascend/driver:/usr/local/Ascend/driver