Fixed wrong GPU comment in docker-quickstart (#18746)

Signed-off-by: Philipp Schmidt <Fruchtzwerg94@users.noreply.github.com>
This commit is contained in:
Philipp Schmidt 2025-01-18 18:28:09 +01:00 committed by GitHub
parent 09a34b19ed
commit 5939c54bb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ Here's how to execute the Ultralytics Docker container:
### Using only the CPU ### Using only the CPU
```bash ```bash
# Run with all GPUs # Run without GPU
sudo docker run -it --ipc=host $t sudo docker run -it --ipc=host $t
``` ```