Spaces:
Running
on
A10G
Running
on
A10G
push changes
Browse files- Dockerfile +3 -0
- 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
|