Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,5 +5,5 @@ FROM ghcr.io/huggingface/text-embeddings-inference:cpu-0.5
|
|
5 |
WORKDIR /models
|
6 |
|
7 |
# Set the default command to run your app
|
8 |
-
CMD ["--model-id", "BAAI/bge-small-en-v1.5", "--port", "7860"
|
9 |
|
|
|
5 |
WORKDIR /models
|
6 |
|
7 |
# Set the default command to run your app
|
8 |
+
CMD ["--model-id", "BAAI/bge-small-en-v1.5", "--port", "7860"]
|
9 |
|