Basti8499 commited on
Commit
601c1d8
1 Parent(s): 579ab0b

Deletes line for copying in Dockerfile

Browse files
Files changed (1) hide show
  1. 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