Skip to content

Commit 55904f1

Browse files
fix glitch
Signed-off-by: Adrian Cole <[email protected]>
1 parent 1217ef6 commit 55904f1

File tree

1 file changed

+1
-1
lines changed
  • supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham

1 file changed

+1
-1
lines changed

supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
extra_hosts: # send localhost traffic to the docker host, e.g. your laptop
2727
- "localhost:host-gateway"
2828
volumes:
29-
- torch-checkpoints:/root/cache/torch/checkpoints/
29+
- torch-checkpoints:/root/.cache/torch/checkpoints/
3030

3131
index-content:
3232
depends_on:

0 commit comments

Comments
 (0)