docker : copy conversion files (#23370)

This commit is contained in:
Sigbjørn Skjæret
2026-05-20 11:03:18 +02:00
committed by GitHub
parent 5028447384
commit 7e50ef7d79
9 changed files with 14 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ RUN mkdir -p /app/lib && \
RUN mkdir -p /app/full && \
cp build/bin/* /app/full/ && \
cp *.py /app/full/ && \
cp -r conversion /app/full/ && \
cp -r gguf-py /app/full/ && \
cp -r requirements /app/full/ && \
cp requirements.txt /app/full/