@ -3,5 +3,6 @@ FROM python:3.9
WORKDIR /app
COPY test_show_responses_from_llm.py .
COPY requirements.txt .
COPY AgenticInterfaces /app/AgenticInterfaces
RUN pip install -r requirements.txt
CMD ["python", "test_show_responses_from_llm.py"]
COPY llm_worker.py .
CMD ["python", "llm_worker.py"]
COPY test_send_llm_requests.py .
CMD ["python", "test_send_llm_requests.py"]