Skip to content

Commit

Permalink
fixup! update copy refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcudit committed Sep 13, 2024
1 parent 3b121d5 commit 878c661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ ENV HUGGINGFACE_HUB_CACHE=/data \

FROM base AS grpc

COPY --from=grpc-builder /usr/src/target/release/text-embeddings-router /usr/local/bin/text-embeddings-router
COPY --from=grpc-builder /usr/src/target/release-debug/text-embeddings-router /usr/local/bin/text-embeddings-router

ENTRYPOINT ["text-embeddings-router"]
CMD ["--json-output"]

FROM base

COPY --from=http-builder /usr/src/target/release/text-embeddings-router /usr/local/bin/text-embeddings-router
COPY --from=http-builder /usr/src/target/release-debug/text-embeddings-router /usr/local/bin/text-embeddings-router

ENTRYPOINT ["text-embeddings-router"]
CMD ["--json-output"]

0 comments on commit 878c661

Please sign in to comment.