Skip to content

Commit a21e69a

Browse files
committed
docker : copy other scripts to the container
help from Grok4
1 parent d794f28 commit a21e69a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ FROM cicirello/pyaction:4
1616
COPY entrypoint.py /entrypoint.py
1717
COPY requirements.txt /requirements.txt
1818
COPY prompt.py /prompt.py
19+
COPY llm_client.py /llm_client.py
20+
COPY llm_configs.py /llm_configs.py
1921
COPY locale/ /locale/
2022

2123
RUN python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)