NOTE: This site has just upgraded to Forester 5.x and is still having some style and functionality issues, we will fix them ASAP.

Write a blog about docker [uts-0055]

#### utensil opened issue at 2016-11-29 03:44:



#### utensil commented at 2023-08-29 05:51:

```
sudo docker run --gpus all --name llm --shm-size=8g -p 1111:1111 nvcr.io/nvidia/pytorch:22.12-py3 bash -c 'sleep infinity'
sudo docker exec -it llm bash
```