Björn
01/20/2023, 1:14 PMKetan (kumare3)
Björn
01/22/2023, 3:24 PMnvidia/cuda:11.3.0-runtime-ubuntu20.04
instead of rancher/k3s:v1.24.4-k3s1
and installed k3s and crictl during docker build... haven't worked with docker buildx before, so not sure how to beautify it ^_^ will see if I can clean it up a little bit furtherKetan (kumare3)
jeev
Björn
01/22/2023, 5:48 PMjeev
Björn
01/22/2023, 6:14 PMKetan (kumare3)
Björn
01/22/2023, 9:36 PMnvidia-docker2
and use /etc/docker/daemon.json
like so:
{
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
}
}
and the restart docker--gpus all
as an argKetan (kumare3)
jeev
Björn
01/23/2023, 6:08 AMjeev