nsarrazin HF staff commited on
Commit
9c1cd8c
·
unverified ·
1 Parent(s): 7bac76b

push changes

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -0
  2. README.md +1 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM ghcr.io/huggingface/text-embeddings-inference:1.2.2
2
+
3
+ CMD ["text-embeddings-router", "--model-id", "jinaai/jina-embeddings-v2-base-en", "--hf-api-token", "${HF_TOKEN}", "--api-key", "${HF_TOKEN}"]
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: purple
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: green
6
  sdk: docker
7
  pinned: false
8
+ app_port: 3000
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference