parent
02774c015e
commit
732c4fb7f7
@ -1,8 +1,8 @@
|
|||||||
# processor.Dockerfile
|
|
||||||
FROM python:3.9
|
FROM python:3.9
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY llm_worker.py .
|
COPY llm_worker.py .
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
COPY AgenticInterfaces .
|
COPY AgenticInterfaces ./AgenticInterfaces
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
ENV PYTHONPATH=/app
|
||||||
CMD ["python", "llm_worker.py"]
|
CMD ["python", "llm_worker.py"]
|
Loading…
Reference in new issue