Results 14 comments of zvier

这个博客模版不错,想知道下模版链接?

> Note that the following command doesn't use the same code path for injecting GPUs as what K8s does. > > ``` > ctr run --rm --gpus 0 -t docker.io/nvidia/cuda:11.0.3-base-ubuntu20.04...

We strace the `nvidia-smi` process in the container and found access the `/dev/nvidiactl` device not permitted. ![image](https://user-images.githubusercontent.com/39317604/179187026-ef6e05e7-119a-493e-b7c0-2f5d6053bb36.png)

> @zvier those are very old versions for all the packages and the device plugin. > > Would you be able to try with the latest versions: > > *...

> ctr run --rm -t \ > --runc-binary=/usr/bin/nvidia-container-runtime \ > --env NVIDIA_VISIBLE_DEVICES=all \ > docker.io/nvidia/cuda:11.0.3-base-ubuntu20.04 \ > cuda-11.0.3-base-ubuntu20.04 nvidia-smi If test the pod with `privileged`, update nvidia versions is no...

> Please retry with `nydusify convert --source registry.xxx.com/docker-test/systemd:oci --target registry.xxx.com/docker-test/systemd:nydus --source-insecure --target-insecure` (no `true` flag value.) This worked well.

> Hi, are you still suffering from this issue? If yes, please try to remove `boltdb` store file from nydus home directory. There might be some inconsistency between containerd and...

Kuaishou Container Platform have embraced with Dragonfly and Nydus for a long time. Nearly more than 200,000 hosts in Kuaishou benefit it's delivery efficiency. Dragonfly is playing an important role...

This [PR](https://github.com/opencontainers/runc/pull/3842) has fixed this problem.