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