nsarrazin HF staff commited on
Commit
ea10f9d
1 Parent(s): ac516a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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