readme fix command

This commit is contained in:
ortizcruz
2023-09-21 15:35:15 +02:00
parent 1b794ac737
commit e2a8c95122
+1 -1
View File
@@ -125,7 +125,7 @@ http://0.0.0.0:7860
- Enabling GPU usage - Enabling GPU usage
``` ```
sudo docker run -it -p 7860:7860 --gpus all --name [container name][image name] --hf_token [enter your HuggingFace token] --start_server sudo docker run -it -p 7860:7860 --gpus 'all,capabilities=utility' --name [container name][image name] --hf_token [enter your HuggingFace token] --start_server
``` ```
For further guidance check: https://blog.roboflow.com/use-the-gpu-in-docker/ For further guidance check: https://blog.roboflow.com/use-the-gpu-in-docker/