Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing backslash #1053

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Fix missing backslash #1053

merged 1 commit into from
Jul 16, 2024

Conversation

YueMiyuki
Copy link
Contributor

Description
Change GPU support command from

docker container run -it \
  -p 80:3001 \
  -v /:/mnt/host:ro \
  --privileged \
  --gpus all \
  --env DASHDOT_WIDGET_LIST="os,cpu,storage,ram,network,gpu"
  mauricenino/dashdot:nvidia

To

docker container run -it \
-p 80:3001 \
-v /:/mnt/host:ro \
--privileged \
--gpus all \
--env DASHDOT_WIDGET_LIST="os,cpu,storage,ram,network,gpu" \  # Added Backslash here
mauricenino/dashdot:nvidia

Related Issue(s)
Docker installation documentations

@MauriceNino MauriceNino changed the base branch from main to dev July 16, 2024 10:13
@MauriceNino MauriceNino changed the base branch from dev to main July 16, 2024 10:14
@MauriceNino MauriceNino merged commit 4e36d12 into MauriceNino:main Jul 16, 2024
@MauriceNino
Copy link
Owner

Thank you for your contribution, and sorry for the late merge :)

github-actions bot added a commit that referenced this pull request Jul 16, 2024
## [5.8.4](v5.8.3...v5.8.4) (2024-07-16)

### Bug Fixes

* missing backslash in GPU support docs ([#1053](#1053)) ([4e36d12](4e36d12))
Copy link
Contributor

🎉 This issue has been resolved in version 5.8.4

Please check the changelog for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants