Dan Siroky

Results 6 comments of Dan Siroky

Hi @peterlvno, thanks for picking up the mantle of trying to get Breeze configs merged into ZMK. With the boards being open-sourced, I imagine there's going to be more interest...

For anyone experiencing this issue, did you use `docker push` with this repo? Doing so pushes this image with the .env file to a registry, possibly Docker hub. I see...

@seanchito @MrFuryian how long ago did you deploy? I'm trying to track down a source of the issue and found this comment: https://github.com/mckaywrigley/chatbot-ui/pull/449#issuecomment-1500154212 I wonder if a bug is racking...

@seanchito Got it, definitely not a random bug. Thanks for replying. I think I'm going to look for other options instead of trying to track down the cause of this...

For anyone experiencing this issue, did you use `docker push` with this repo? Doing so pushes this image with the .env file to a registry, possibly Docker hub. I see...

Per [this Docker article](https://docs.docker.com/compose/gpu-support/#example-of-a-compose-file-for-running-a-service-with-access-to-1-gpu-device) about giving access to the GPU, I added the following to `docker-compose.yaml` after getting the same error and things seem to be working now: ```diff devices:...