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