wandb run 없이 소스로부터 job을 생성합니다. Job은 git, code, image의 세 가지 유형이 가능합니다. git: git 소스로, 경로 내에 있거나 메인 python 실행 파일을 명시적으로 가리키는 entrypoint가 제공되어야 합니다. code: requirements.txt 파일을 포함하는 코드 경로입니다. image: docker 이미지입니다.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
| Argument | Description | Required |
|---|---|---|
JOB_TYPE | 설명 없음 | Yes |
PATH | 설명 없음 | Yes |
Options
| Option | Description |
|---|---|
--project, -p | job 리스트를 가져올 Project |
--entity, -e | job이 속한 Entity |
--name, -n | job의 이름 |
--description, -d | job에 대한 설명 |
--alias, -a | job의 에일리어스 |
--entry-point, -E | 실행 파일과 진입점 파일을 포함한 스크립트의 entrypoint. code 또는 repo job에 필수입니다. —build-context가 제공되면, entrypoint 커맨드의 경로는 빌드 컨텍스트를 기준으로 지정됩니다. |
--git-hash, -g | git job의 소스로 사용할 커밋 참조(commit reference) |
--runtime, -r | job을 실행할 Python 런타임 |
--build-context, -b | job 소스 코드의 루트로부터 빌드 컨텍스트까지의 경로. 제공된 경우, Dockerfile 및 entrypoint의 기본 경로로 사용됩니다. |
--base-image, -B | job에 사용할 베이스 이미지. image job과는 호환되지 않습니다. |
--dockerfile, -D | job을 위한 Dockerfile 경로. —build-context가 제공되면, Dockerfile 경로는 빌드 컨텍스트를 기준으로 지정됩니다. |