zdeneksvarc

Results 7 comments of zdeneksvarc

Just update the `package.json` file ``` "react": "^18", "react-dom": "^18" ``` Still need to rewrite the codebase, because there were breaking changes in NextJS 13. But it is another issue....

> Hi, guys. may you guys try the models in model gallery? https://github.com/go-skynet/model-gallery Sure, works well. Thank you for the curated collection of models 👍 ``` > curl $LOCALAI/models/apply -H...

Sure, that's it. Thank you.

If using Blocky in the Docker, you can use the restarter sidecar like: ``` # compose.yml services restarter:     image: docker     volumes: ["/var/run/docker.sock:/var/run/docker.sock"]     command: ["/bin/sh", "-c", "while true; do sleep 86400;...

Certificate reloading is generally a pain in non cloud-native environment. Relying on cronjob is not sexy. Try considering [systemd timers](https://opensource.com/article/20/7/systemd-timers).

It's a pain for ops, not developers. So thanks for the cloud-native environment.