Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57ae72e

Browse files
committedAug 28, 2023
removing requirements files and updating readme to build from root dir
1 parent cd026a0 commit 57ae72e

File tree

4 files changed

+4
-60
lines changed

4 files changed

+4
-60
lines changed
 

‎.github/build/Containerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ RUN pip3 install poetry
1818
COPY pyproject.toml ./
1919
RUN poetry install
2020

21-
#COPY requirements.txt /tmp/requirements.txt
22-
#RUN python -m pip install -r /tmp/requirements.txt
23-
24-
CMD bash
21+
CMD bash

‎.github/build/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.
4+
5+
To build the image run `podman build -f .github/build/Containerfile .` from the root directory.

‎.github/build/pyproject.toml

-44
This file was deleted.

‎.github/build/requirements.txt

-11
This file was deleted.

0 commit comments

Comments
 (0)