File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Pre-Commit Build Artifacts
2
2
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.
4
4
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`
22
22
### Prerequisites
23
23
24
24
We recommend using Python 3.9 for development.
25
- Install dependencies: ` poetry install `
25
+ Install dependencies: ` poetry install `
26
26
This will install standard requirements as specified in the poetry.lock file. Test and docs dependencies are optional.
27
27
28
28
To include test dependencies run: ` poetry install --with test `
You can’t perform that action at this time.
0 commit comments