We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a1ff5 commit 32271a5Copy full SHA for 32271a5
examples/assistants/prem/Dockerfile
@@ -8,4 +8,5 @@ COPY --link ./requirements.txt /assistant/requirements.txt
8
RUN --mount=type=cache,target=/root/.cache/pip pip install -r /assistant/requirements.txt
9
10
COPY --link . /assistant
11
-COPY --link --chmod=555 ./cmd /assistant/cmd
+
12
+ENTRYPOINT ["python", "/assistant/__main__.py"]
examples/assistants/prem/cmd
0 commit comments