rodrigomasini commited on
Commit
d274102
·
verified ·
1 Parent(s): 0fff5d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ ENV HOME=/home/user \
24
  WORKDIR $HOME/app
25
 
26
  # Download model from Hugging Face
27
- RUN git clone https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1
28
 
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app
 
24
  WORKDIR $HOME/app
25
 
26
  # Download model from Hugging Face
27
+ RUN git clone https://huggingface.co/nomic-ai/nomic-embed-text-v1.5
28
 
29
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
30
  COPY --chown=user . $HOME/app