copy handler
This commit is contained in:
parent
9036005e51
commit
63961c0e75
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ RUN apt-get update && \
|
|||
apt-get install -y python3 python3-pip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=build /app/.devops/handler.py /handler.py
|
||||
COPY --from=build /app/server /server
|
||||
COPY --from=build /model.gguf model.gguf
|
||||
COPY --from=build /app/models models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue