Hey! Thanks for all the work you're putting in and the awesome feedback 😄
So, it's weird you get the shm error, this is most likely our fault for not configuring the containers correctly 😞 The containers are brought up using the docker-compose file, so you'll have to add it in there. The service you want is called clearml-serving-triton
, you can find it here .
Check the docker docs here for the right key to add in the docker compose. It looks like it's called shm_size
and set it to something higher. On the other hand, if I'm not mistaken, setting ipc: host
instead should also work and is probably better for performance! Would you mind adding that? So adding ipc: host
to the clearml-serving-triton
service on the same level as image
or ports
for example