We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd026a0 commit 57ae72eCopy full SHA for 57ae72e
.github/build/Containerfile
@@ -18,7 +18,4 @@ RUN pip3 install poetry
18
COPY pyproject.toml ./
19
RUN poetry install
20
21
-#COPY requirements.txt /tmp/requirements.txt
22
-#RUN python -m pip install -r /tmp/requirements.txt
23
-
24
-CMD bash
+CMD bash
.github/build/README.md
@@ -1,3 +1,5 @@
1
# Pre-Commit Build Artifacts
2
3
-This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
+This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
4
+
5
+To build the image run `podman build -f .github/build/Containerfile .` from the root directory.
.github/build/pyproject.toml
.github/build/requirements.txt
0 commit comments