We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efd5c7 commit ce2201bCopy full SHA for ce2201b
README.md
@@ -74,6 +74,9 @@ docker build --platform=linux/amd64 --progress=plain -t 'gpu-flopbench' .
74
75
docker run -ti --gpus all --name gpu-flopbench-container --runtime=nvidia -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all gpu-flopbench
76
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
+
80
docker exec -it gpu-flopbench-container /bin/bash
81
```
82
0 commit comments