Small readme updates.
This commit is contained in:
@ -17,7 +17,6 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
|
||||
|
||||
```bash
|
||||
sudo apt install -y curl nano wget git
|
||||
sudo apt install -y terminator
|
||||
```
|
||||
|
||||
- Test docker is working:
|
||||
@ -47,9 +46,6 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
|
||||
|
||||
Restart docker: `sudo systemctl restart docker`
|
||||
|
||||
- Install _vs-code_: \
|
||||
(https://code.visualstudio.com/docs/setup/linux)
|
||||
|
||||
- Test docker is working:
|
||||
|
||||
```bash
|
||||
@ -58,12 +54,6 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
|
||||
docker run -it --rm --runtime=nvidia --network=host dustynv/onnxruntime:1.20-r36.4.0
|
||||
```
|
||||
|
||||
- Check _cuda_ access in container:
|
||||
|
||||
```bash
|
||||
python3 -c 'import torch; print(torch.cuda.is_available());'
|
||||
```
|
||||
|
||||
- Enable maximum performance mode:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user