保持最新的仓库代码:
git clone https://github.com/hiyouga/LLaMA-Factory.gitcd /root/xiedong/LLaMA-Factory
如果不在意本地文件的修改,可以通过以下命令直接获取远端最新的文件:
git fetch --all
git reset --hard origin/main
构建镜像:
docker build --progress=plain -f ./docker/docker-cuda/Dockerfile \--network=host --build-arg http