Small readme updates.

This commit is contained in:
Isse
2025-01-23 11:00:20 +01:00
parent ee2bbcf83a
commit f7ef72d539

View File

@ -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