docker build no cache
This commit is contained in:
parent
a285a8563f
commit
0f84ea247d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -207,7 +207,7 @@ test-ci:
|
|||
echo "Pulling latest images..."; \
|
||||
docker compose -f docker-compose-cpu.yml pull; \
|
||||
echo "Building OpenSearch image override..."; \
|
||||
docker build -t phact/openrag-opensearch:latest -f Dockerfile .; \
|
||||
docker build --no-cache -t phact/openrag-opensearch:latest -f Dockerfile .; \
|
||||
echo "Starting infra (OpenSearch + Dashboards + Langflow) with CPU containers"; \
|
||||
docker compose -f docker-compose-cpu.yml up -d opensearch dashboards langflow; \
|
||||
echo "Starting docling-serve..."; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue