Skip to content

Commit

Permalink
Fix Prem assistant entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Oct 1, 2024
1 parent b1a1ff5 commit 32271a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/assistants/prem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ COPY --link ./requirements.txt /assistant/requirements.txt
RUN --mount=type=cache,target=/root/.cache/pip pip install -r /assistant/requirements.txt

COPY --link . /assistant
COPY --link --chmod=555 ./cmd /assistant/cmd

ENTRYPOINT ["python", "/assistant/__main__.py"]
3 changes: 0 additions & 3 deletions examples/assistants/prem/cmd

This file was deleted.

0 comments on commit 32271a5

Please sign in to comment.