chore: change pip to tuna source in docker
This commit is contained in:
parent
0f5a0f64f7
commit
e0a4a0e451
|
@ -5,7 +5,7 @@ services:
|
||||||
context: ../..
|
context: ../..
|
||||||
args:
|
args:
|
||||||
INSTALL_DEEPSPEED: false
|
INSTALL_DEEPSPEED: false
|
||||||
PIP_INDEX: https://pypi.org/simple
|
PIP_INDEX: https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
container_name: llamafactory
|
container_name: llamafactory
|
||||||
volumes:
|
volumes:
|
||||||
- ../../hf_cache:/root/.cache/huggingface
|
- ../../hf_cache:/root/.cache/huggingface
|
||||||
|
|
Loading…
Reference in New Issue