Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ COPY --chown=user . $HOME/app
|
|
31 |
RUN git clone https://huggingface.co/BAAI/bge-small-en-v1.5
|
32 |
|
33 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
34 |
-
COPY --chown=user . $HOME/app/
|
35 |
|
36 |
# Set the default command to run your app
|
37 |
CMD ["--model-id", "BAAI/bge-small-en-v1.5", "--port", "7860"]
|
|
|
31 |
RUN git clone https://huggingface.co/BAAI/bge-small-en-v1.5
|
32 |
|
33 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
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", "BAAI/bge-small-en-v1.5", "--port", "7860"]
|