awinml commited on
Commit
fed254c
·
verified ·
1 Parent(s): ca48187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,5 +34,5 @@ RUN git clone https://huggingface.co/BAAI/bge-small-en-v1.5
34
  COPY --chown=user . $HOME/app/bge-small-en-v1.5
35
 
36
  # Set the default command to run your app
37
- CMD ["--model-id", "BAAI/bge-small-en-v1.5", "--port", "7860"]
38
 
 
34
  COPY --chown=user . $HOME/app/bge-small-en-v1.5
35
 
36
  # Set the default command to run your app
37
+ CMD ["--model-id", "bge-small-en-v1.5", "--port", "7860"]
38