diff --git a/docs/en/guides/docker-quickstart.md b/docs/en/guides/docker-quickstart.md index 8881ffb3..f08d62ad 100644 --- a/docs/en/guides/docker-quickstart.md +++ b/docs/en/guides/docker-quickstart.md @@ -98,7 +98,7 @@ Here's how to execute the Ultralytics Docker container: ### Using only the CPU ```bash -# Run with all GPUs +# Run without GPU sudo docker run -it --ipc=host $t ```