- https://docs.docker.com/engine/install/
- https://docs.docker.com/engine/install/linux-postinstall/
docker run hello-world
- https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker
docker pull pytorch/pytorch:2.4.1-cuda11.8-cudnn9-devel
./docker-build.sh
./docker-run.sh
python3 ./pytorch_example.py