dvc-init.md 334 B

dvc init

새로운 로컬 DVC 저장소 초기화. 더 많은 정보: https://dvc.org/doc/command-reference/init.

  • 새로운 로컬 저장소 초기화:

dvc init

  • Git 없이 DVC 초기화:

dvc init --no-scm

  • 하위 디렉토리에서 DVC 초기화:

cd {{경로/대상/하위_디렉토리}} && dvc init --sudir