mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 15:32:24 +00:00
ae646a07ec
In the absence of an upstream implementation of the DeviceRequest API introduced as part of Docker API v1.40 we roll our own using a feature label. As per my comment in the code, we fall back to the default behavior of docker cli's `--gpu` and request single device with the `gpu` capabilty. The only implementation at the moment is the NVIDIA driver; here: https://github.com/balena-os/balena-engine/blob/master/daemon/nvidia_linux.go Background on the composefile implementation: https://github.com/compose-spec/compose-spec/issues/74 https://github.com/docker/compose/issues/6691 Change-type: patch Connects-to: https://github.com/balena-os/balena-jetson/pull/75 Signed-off-by: Robert Günzler <robertg@balena.io> |
||
---|---|---|
.. | ||
data | ||
lib | ||
00-init.ts | ||
01-constants.spec.ts | ||
02-db.spec.ts | ||
03-config.spec.ts | ||
04-service.spec.ts | ||
05-device-state.spec.ts | ||
06-iptables.spec.ts | ||
07-validation.spec.ts | ||
08-blink.spec.ts | ||
09-event-tracker.spec.ts | ||
10-network.spec.ts | ||
11-api-binder.spec.ts | ||
12-logger.spec.ts | ||
13-device-config.spec.ts | ||
14-application-manager.spec.ts | ||
15-conversions.spec.ts | ||
16-ports.spec.ts | ||
17-config-utils.spec.ts | ||
18-compose-network.spec.ts | ||
18-startup.spec.ts | ||
19-compose-utils.spec.ts | ||
20-compose-volume.spec.ts | ||
21-supervisor-api.spec.ts | ||
22-local-mode.spec.ts | ||
23-contracts.spec.ts | ||
24-deltas.spec.ts | ||
25-journald.spec.ts | ||
26-supervisor-api-auth.spec.ts | ||
28-db-format.spec.ts | ||
fast-mocha.opts | ||
mocha.opts |