devops: fix missing stage ref

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2025-09-09 15:35:29 +08:00
parent 74767bbc16
commit 7027c14d3c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ COPY --from=collector /bin/llama.cpp/llama-server /
COPY --from=collector /lib/llama.cpp /usr/lib/s390x-linux-gnu
# Copy all shared libraries
COPY --from=build /lib/distro /lib/s390x-linux-gnu
COPY --from=collector /lib/distro /lib/s390x-linux-gnu
WORKDIR /models
EXPOSE ${LLAMA_ARG_PORT}