Skip to content

Commit b55218f

Browse files
committed
Update Dockerfile to exclude AWS SageMaker
Removed since it's not being directly used anymore, since the `Dockerfile` is ported as-is into https://github.com/awslabs/llm-hosting-container/tree/main/huggingface/pytorch/tei/docker as well as its respective entrypoint, and re-built in there, so no need for it to live here (most likely the entrypoint could also be removed)
1 parent feec6a4 commit b55218f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,5 @@ FROM base AS http
110110

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

113-
# Amazon SageMaker compatible image
114-
FROM http AS sagemaker
115-
COPY --chmod=775 sagemaker-entrypoint.sh entrypoint.sh
116-
117-
ENTRYPOINT ["./entrypoint.sh"]
118-
119-
# Default image
120-
FROM http
121-
122113
ENTRYPOINT ["text-embeddings-router"]
123114
CMD ["--json-output"]

0 commit comments

Comments
 (0)