Skip to content

Commit 32271a5

Browse files
committed
Fix Prem assistant entrypoint
1 parent b1a1ff5 commit 32271a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/assistants/prem/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ COPY --link ./requirements.txt /assistant/requirements.txt
88
RUN --mount=type=cache,target=/root/.cache/pip pip install -r /assistant/requirements.txt
99

1010
COPY --link . /assistant
11-
COPY --link --chmod=555 ./cmd /assistant/cmd
11+
12+
ENTRYPOINT ["python", "/assistant/__main__.py"]

examples/assistants/prem/cmd

-3
This file was deleted.

0 commit comments

Comments
 (0)