Evan Lezar
Evan Lezar
It is not required to use the GPU Operator for timeslicing. One thing to note is that timeslicing does not prevent the different processes sharing the GPU from using all...
We would also need to remove the reference here: https://docs.docker.com/engine/containers/resource_constraints/#set-nvidia-capabilities
> We would also need to adjust the compose spec: > > * https://github.com/compose-spec/compose-go/blob/a6c896cdf0d93008cf78ba1a61b9d72bf3a6e236/schema/compose-spec.json#L1196-L1229 > * https://github.com/compose-spec/compose-spec/blob/abff3682f7cc6483a765ac88359ce104b056565b/schema/compose-spec.json#L1220-L1259 @vvoland I have created https://github.com/compose-spec/compose-go/pull/798 what do you think?
I have moved the non-deprecation changes to #50717.
> > It also removes the capabilities from the gpu spec and indicates that the gpu capability is implied. > > true, still other capabilities could be required to select...
Thanks we'll update our documentation. cc @ArangoGutierrez
Hi @cyclinder we're still discussing whether this is something that we want to include in the spec. You're welcome to have a look at it already, but keep in mind...
@mythi let's reopen this then. Would you have time to expand on this / create a PR with the additions? Note that one concern is that these changes would happen...
> @elezar @mythi Just for understanding, CDI would be able to override what the Pod spec is configuring? What would happen in this case when run with docker,podman --net=host and...