forked from p04798526/LLaMA-Factory-Mirror
fix docker-compose path
This commit is contained in:
parent
555ca8d780
commit
106647a99d
|
@ -10,10 +10,10 @@ services:
|
|||
PIP_INDEX: https://pypi.org/simple
|
||||
container_name: llamafactory
|
||||
volumes:
|
||||
- ./hf_cache:/root/.cache/huggingface
|
||||
- ./ms_cache:/root/.cache/modelscope
|
||||
- ./data:/app/data
|
||||
- ./output:/app/output
|
||||
- ../../hf_cache:/root/.cache/huggingface
|
||||
- ../../ms_cache:/root/.cache/modelscope
|
||||
- ../../data:/app/data
|
||||
- ../../output:/app/output
|
||||
ports:
|
||||
- "7860:7860"
|
||||
- "8000:8000"
|
||||
|
|
|
@ -8,10 +8,10 @@ services:
|
|||
PIP_INDEX: https://pypi.org/simple
|
||||
container_name: llamafactory
|
||||
volumes:
|
||||
- ./hf_cache:/root/.cache/huggingface
|
||||
- ./ms_cache:/root/.cache/modelscope
|
||||
- ./data:/app/data
|
||||
- ./output:/app/output
|
||||
- ../../hf_cache:/root/.cache/huggingface
|
||||
- ../../ms_cache:/root/.cache/modelscope
|
||||
- ../../data:/app/data
|
||||
- ../../output:/app/output
|
||||
- /usr/local/dcmi:/usr/local/dcmi
|
||||
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi
|
||||
- /usr/local/Ascend/driver:/usr/local/Ascend/driver
|
||||
|
|
Loading…
Reference in New Issue