rodrigomasini commited on
Commit
73bf67d
·
verified ·
1 Parent(s): 23eb05e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN git clone https://huggingface.co/nomic-ai/nomic-embed-text-v1.5
31
  COPY --chown=user . $HOME/app
32
 
33
  # Set the default command to run your app
34
- CMD ["--model-id", "mxbai-embed-large-v1", "--port", "7860"]
 
31
  COPY --chown=user . $HOME/app
32
 
33
  # Set the default command to run your app
34
+ CMD ["--model-id", "nomic-embed-text-v1.5", "--port", "7860"]