Skip to content

Commit c34c3d8

Browse files
committed
added extra instructions for the docker container
1 parent 51ebac8 commit c34c3d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ docker run -ti --network=host --name gpu-flopbench-container --platform=linux/am
8181
docker exec -it gpu-flopbench-container /bin/bash
8282
```
8383

84+
You can later start/stop the container using:
85+
```
86+
docker start gpu-flopbench-container
87+
docker stop gpu-flopbench-container
88+
```
89+
8490
Note: if you're on a **Windows Docker Desktop** host, be sure to enable the following for GPU access:
8591
```
8692
NVIDIA Control Panel >> Desktop Tab >> Enable Developer Settings (make sure it's enabled)

0 commit comments

Comments
 (0)