facebookresearch / FAMBench

Benchmarks to capture important workloads.
Apache License 2.0
28 stars 23 forks source link

update bevt example docker command #101

Closed samiwilf closed 1 year ago

samiwilf commented 1 year ago

The docker command needs --gpu all to run nvidia-smi and use CUDA. See screenshot:

Screen Shot 2022-10-15 at 8 38 39 AM

Additionally, unless sudo chmod 666 /var/run/docker.sock is run or a docker-users group is setup, docker needs to run as root. See screenshot:

Screen Shot 2022-10-15 at 8 57 35 AM