kubedocker commited on
Commit
64a63d5
1 Parent(s): c924166

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -1,3 +1,3 @@
1
  #!/bin/bash
2
-
3
- text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --port 8080 --hf-api-token $HF_API_TOKEN --api-key $HF_API_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface
 
1
  #!/bin/bash
2
+ nginx -g daemon off; \
3
+ text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --port 3000 --hf-api-token $HF_API_TOKEN --api-key $HF_API_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface