alexeadem
alexeadem
I was able to reproduce quite easy using the following versions Libewebsockets ``` git describe --tags v4.1.0-292-g0455c66e ``` ttyd ``` git describe --tags 1.6.3-59-g8a7acf4 ``` Run it like this: ```...
Hi @taylorwaggoner QBO home edition is available under my github repo alexeadem for now but owned by QBO LLC. QBO home edition is free to use. This is also on...
Hi Is there anything else you need to get qbo certified? Thanks.
I guess another option is to implement it as an API call [ContainerCreate](https://docs.docker.com/engine/api/v1.44/#tag/Container/operation/ContainerCreate) for DeviceRequests ``` DeviceRequests": [ { "Driver": "nvidia", "Count": -1, "DeviceIDs"": [], "Capabilities": [], "Options": {} }...
For QBO Distro: > Are you planning on having your distro ready in sync with the KF 1.9 release? Yes > Will you participate by testing your distro during the...
What do we mean by '(around 1.28)' here: https://github.com/kubeflow/manifests/tree/v1.9.0-rc.0?tab=readme-ov-file#prerequisites Is that v1.28.0 and v1.27.11? I'm proceeding with the testing in QBO. `OK: Everything is looking good in QBO. Tested by...
> /kind feature > > Hello WG leads, > > I have been working on the [conformance test](https://github.com/kubeflow/community/blob/master/proposals/kubeflow-conformance-program-proposal.md) implementation for KFP for the past couple of months. The [design](https://docs.google.com/document/d/1_til1HkVBFQ1wCgyUpWuMlKRYI4zP1YPmNxr75mzcps/edit) and...
> @alexeadem I am not quite sure what you are asking, but perhaps we could discuss this at the next [Kubeflow Community meeting](https://www.kubeflow.org/docs/about/community/#kubeflow-community-call) (they are at 8am PT on Tuesdays)....
Yes that's what I meant. I do understand some type of persistence at the h2/tcp level but websocket should be destroyed/closed on refresh or tab closed in my opinion. Let...
@AntonOfTheWoods see [comment](https://github.com/NVIDIA/k8s-device-plugin/issues/332#issuecomment-1917537232) for full instructions on how to make this work locally * Windows 11 * WSL2 * Docker cgroup v2 * Nvidia GPU operator * Kubeflow on [kind](https://kind.sigs.k8s.io/)...