File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Pre-Commit Build Artifacts
22
3- This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
3+ This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
44
5- To build the image run ` podman build -f .github/build/Containerfile . ` from the root directory.
5+ To build the image run ` podman build -f .github/build/Containerfile . ` from the root directory.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
2222### Prerequisites
2323
2424We recommend using Python 3.9 for development.
25- Install dependencies: ` poetry install `
25+ Install dependencies: ` poetry install `
2626This will install standard requirements as specified in the poetry.lock file. Test and docs dependencies are optional.
2727
2828To include test dependencies run: ` poetry install --with test `
You can’t perform that action at this time.
0 commit comments