Spaces:
Sleeping
Sleeping
Deletes line for copying in Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,6 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
|
| 26 |
# Copy necessary files to container directory
|
| 27 |
COPY --chown=user ./app ./app/app
|
| 28 |
COPY --chown=user ./chroma ./chroma
|
| 29 |
-
COPY --chown=user ./embedding_model ./embedding_model
|
| 30 |
COPY --chown=user ./sparse_index ./sparse_index
|
| 31 |
COPY --chown=user ./.env ./app/.env
|
| 32 |
COPY --chown=user ./app/chainlit.md ./app/chainlit.md
|
|
|
|
| 26 |
# Copy necessary files to container directory
|
| 27 |
COPY --chown=user ./app ./app/app
|
| 28 |
COPY --chown=user ./chroma ./chroma
|
|
|
|
| 29 |
COPY --chown=user ./sparse_index ./sparse_index
|
| 30 |
COPY --chown=user ./.env ./app/.env
|
| 31 |
COPY --chown=user ./app/chainlit.md ./app/chainlit.md
|