dudu

Results 12 comments of dudu

I currently do not understand the DevOps you are using to build the images but maybe I can help. As you use the build-push-action which uses buildx, multi platform builds...

@3asm I have a POC building a multi arch image and pushes the docker container to docker hub. https://github.com/jamu85/agent_nmap/runs/7559368257?check_suite_focus=true and here the result https://hub.docker.com/repository/docker/jamu85/agent_nmap We can tweak versioning etc to...

@3asm Can I help with that? I believe i just need you to set 3 secrets for the GitHub action to access the registry and explain me how the images...

I have the same issue in a Kubernetes cluster where I offload ssl at the load balancer. I can pass the certificate to the agent and the dind container but...

@anbraten I know that I can create the custom clone step. That's how I skip verification. But I would like to have a possibility to pass the certificate to avoid...

I am reproducable able to build 2.7 with `BUILD_TYPE=metal BUILD_GRPC_FOR_BACKEND_LLAMA=true` on Mac M2 Max(12) on Sonoma with 32GB Ram. However it's a memory heavy compilation and takes a while. I...

I was able to compile today with tts,stablediffusion and tinydream backend. It builds but it's a bit of a mess. I made a PR for one issue but I'm not...