We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ebac8 commit c34c3d8Copy full SHA for c34c3d8
1 file changed
README.md
@@ -81,6 +81,12 @@ docker run -ti --network=host --name gpu-flopbench-container --platform=linux/am
81
docker exec -it gpu-flopbench-container /bin/bash
82
```
83
84
+You can later start/stop the container using:
85
+```
86
+docker start gpu-flopbench-container
87
+docker stop gpu-flopbench-container
88
89
+
90
Note: if you're on a **Windows Docker Desktop** host, be sure to enable the following for GPU access:
91
92
NVIDIA Control Panel >> Desktop Tab >> Enable Developer Settings (make sure it's enabled)
0 commit comments