Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the official Text Embeddings Inference Docker image
|
| 2 |
-
FROM ghcr.io/huggingface/text-embeddings-inference:
|
| 3 |
|
| 4 |
# The TEI container is now configured via environment variables.
|
| 5 |
# No other commands are typically needed here.
|
|
|
|
| 1 |
# Use the official Text Embeddings Inference Docker image
|
| 2 |
+
FROM ghcr.io/huggingface/text-embeddings-inference:turing-1.8
|
| 3 |
|
| 4 |
# The TEI container is now configured via environment variables.
|
| 5 |
# No other commands are typically needed here.
|