Doc comment on Docker Compose (/installation/docker-compose) #888
Replies: 3 comments 3 replies
-
For CUDA to work properly on linux
for example if you are using
|
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the right place to post this, but I am stuck with an issue where the weaviate container and/or mutivecbind containers are crashing when I am trying to generate vector embeddings for Food101 data set which has a 101K images of various food items. This happened no matter on I use CPU or GPU for vectorization using the multi2vec-bind container. I modified the Jupyter notebook here - https://github.com/weaviate-tutorials/multimodal-workshop/blob/main/2-multimodal/1-multimedia-search-complete.ipynb to add images from Food101 to a collection called "Food" and in both cases the container or containers crashed while creating the embeddings. I added tqdm to track the upset progress when the Jupyter notebook is running.
if(client.collections.exists("Foods")):
client.collections.delete("Foods")
The output of
Not sure if others have experienced this issue. Or if this is a scalablity issue of somesort. (BTW, how do i pronounce weaviate, is it we-aviate, weave-ate?) |
Beta Was this translation helpful? Give feedback.
-
How do you do a docker compose healthcheck on the weaviate container of image: semitechnologies/weaviate:1.23.6 ? |
Beta Was this translation helpful? Give feedback.
-
Doc comment on Docker Compose (/installation/docker-compose)
Configurator
https://weaviate.io/developers/weaviate/installation/docker-compose
Beta Was this translation helpful? Give feedback.
All reactions