ppsingh commited on
Commit
a6217eb
·
verified ·
1 Parent(s): 0b9946f

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Use the official Text Embeddings Inference Docker image
2
+ FROM ghcr.io/huggingface/text-embeddings-inference:latest
3
+
4
+ # The TEI container is now configured via environment variables.
5
+ # No other commands are typically needed here.