xmuchen
xmuchen
on nvidia jetpack platform, if you want to use gpu in docker, you must use nvidia's l4t base image for jetpack plarform.you can't use nvidia/cuda:11.0.3-base-ubuntu18.04 as base image and start...
> 我使用 `sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu18.04 nvidia-smi ` > > 测试,也会出现 `docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container...
> **Describe the bug** platform:aarch64, gcc8.2, build option: release or -O1 `CRoutine::GetCurrentRoutine()` return nullptr after `current_routine_ = this;` build option: debug It's OK > > **To Reproduce** > > 1....