Skip to content

Commit

Permalink
fix: missing backslash in GPU support docs (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
YueMiyuki authored Jul 16, 2024
1 parent 609c110 commit 4e36d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ docker container run -it \
-v /:/mnt/host:ro \
--privileged \
--gpus all \
--env DASHDOT_WIDGET_LIST="os,cpu,storage,ram,network,gpu"
--env DASHDOT_WIDGET_LIST="os,cpu,storage,ram,network,gpu" \
mauricenino/dashdot:nvidia
```

0 comments on commit 4e36d12

Please sign in to comment.