mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
fix: missing requirements.txt on lambda dockerfile
This commit is contained in:
parent
26c4a98fc8
commit
d250cb46f4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ RUN yum update -y && \
|
|||
yum install -y gcc python3-devel && \
|
||||
yum clean all
|
||||
|
||||
ADD pyproject.toml .
|
||||
ADD pyproject.toml requirements.txt .
|
||||
RUN pip install . && rm pyproject.toml
|
||||
RUN pip install mangum==0.17.0
|
||||
COPY pr_agent/ ${LAMBDA_TASK_ROOT}/pr_agent/
|
||||
|
|
|
|||
Loading…
Reference in a new issue