Skip to content

Commit f7d5979

Browse files
authored
fix(.dockerignore): include all rag sources
Signed-off-by: Sri Aradhyula <sraradhy@cisco.com>
1 parent bfd2479 commit f7d5979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dockerignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ ai_platform_engineering/agents/*/__main__.py
3636
# Exclude other heavy directories
3737
ai_platform_engineering/evaluation/**
3838
ai_platform_engineering/cli/**
39-
ai_platform_engineering/knowledge_bases/*
39+
4040
# This line ensures that all files under ai_platform_engineering/knowledge_bases/rag/clients/ are NOT ignored by Docker.
4141
# In other words, it includes the entire rag/clients directory (and all its subdirectories/files) in the Docker build context,
4242
# even if a previous ignore pattern would have excluded it.
43-
!ai_platform_engineering/knowledge_bases/rag/agent_rag/src/agent_rag/clients/**
43+
!ai_platform_engineering/knowledge_bases/*
4444

4545
volumes/**
4646
docs/**

0 commit comments

Comments
 (0)