Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ ENV HOME=/home/user \
|
|
20 |
# Set the working directory to the user's home directory
|
21 |
WORKDIR $HOME/app
|
22 |
|
23 |
-
ENTRYPOINT text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --hf-api-token $HF_TOKEN --api-key $HF_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface
|
|
|
20 |
# Set the working directory to the user's home directory
|
21 |
WORKDIR $HOME/app
|
22 |
|
23 |
+
ENTRYPOINT text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --port 3000 --hf-api-token $HF_TOKEN --api-key $HF_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface
|