We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1217ef6 commit 55904f1Copy full SHA for 55904f1
supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
extra_hosts: # send localhost traffic to the docker host, e.g. your laptop
27
- "localhost:host-gateway"
28
volumes:
29
- - torch-checkpoints:/root/cache/torch/checkpoints/
+ - torch-checkpoints:/root/.cache/torch/checkpoints/
30
31
index-content:
32
depends_on:
0 commit comments