Update Dockerfile
Browse files- 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/
|
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
|