Skip to content

Commit

Permalink
Fix gpu dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moria97 committed Dec 10, 2024
1 parent 280b319 commit efb8a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 curl
WORKDIR /app
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY . .
RUN mv magic-pdf.gpu.template.json magic-pdf.template.json

CMD ["pai_rag serve"]

0 comments on commit efb8a6a

Please sign in to comment.