DataTalksClub / llm-zoomcamp

LLM Zoomcamp - a free online course about building a Q&A system
2.8k stars 443 forks source link

Launch elasticsearch from dockerhub #40

Closed onixlas closed 3 months ago

onixlas commented 3 months ago

I've slightly changed the code for launching elasticsearch from dockerhub. This way is more universal because docker.elastic.co restricts access for some users.

alexeygrigorev commented 3 months ago

Instead of changing it, can you add another code block? saying that it's possible to get the image directly from dockerhub - and explain why would somebody want to do it

onixlas commented 3 months ago

Added another code block, clarified why would someone want to do it: commit 8f08caa27982dc68f6b94704de77318da33d5538

alexeygrigorev commented 3 months ago

Awesome, thanks!