mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Consolidate redundant dependency list
This commit is contained in:
parent
82ac9d447b
commit
a0f53d23af
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
FROM python:3.10 as base
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install pip setuptools --upgrade
|
||||
ADD pyproject.toml .
|
||||
RUN pip install . && rm pyproject.toml
|
||||
ENV PYTHONPATH=/app
|
||||
|
|
|
|||
Loading…
Reference in a new issue