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