Skip to content

Commit ce2201b

Browse files
committed
updated readme for macos host
1 parent 9efd5c7 commit ce2201b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ docker build --platform=linux/amd64 --progress=plain -t 'gpu-flopbench' .
7474
7575
docker run -ti --gpus all --name gpu-flopbench-container --runtime=nvidia -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all gpu-flopbench
7676
77+
## Alternative docker run if host machine is Apple Silicon (M1/2/3/4)
78+
docker run -ti --name gpu-flopbench-container --platform=linux/amd64 gpu-flopbench
79+
7780
docker exec -it gpu-flopbench-container /bin/bash
7881
```
7982

0 commit comments

Comments
 (0)