Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|