awinml commited on
Commit
3eeb33a
·
verified ·
1 Parent(s): f953d49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "--server.address", "0.0.0.0", "--log-level", "DEBUG"]
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