You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide.md
+26-12Lines changed: 26 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,13 @@ The fastest path. No toolchain installation needed.
71
71
docker pull ruvnet/wifi-densepose:latest
72
72
```
73
73
74
-
Image size: ~132 MB. Contains the Rust sensing server, Three.js UI, and all signal processing.
74
+
Multi-architecture image (amd64 + arm64). Works on Intel/AMD and Apple Silicon Macs. Contains the Rust sensing server, Three.js UI, and all signal processing.
See [ADR-018](../docs/adr/ADR-018-esp32-dev-implementation.md), [ADR-029](../docs/adr/ADR-029-ruvsense-multistatic-sensing-mode.md), and [Tutorial #34](https://github.com/ruvnet/wifi-densepose/issues/34).
727
+
See [ADR-018](../docs/adr/ADR-018-esp32-dev-implementation.md), [ADR-029](../docs/adr/ADR-029-ruvsense-multistatic-sensing-mode.md), and [Tutorial #34](https://github.com/ruvnet/RuView/issues/34).
728
728
729
729
### Intel 5300/ Atheros NIC
730
730
@@ -756,6 +756,20 @@ This starts:
756
756
757
757
## Troubleshooting
758
758
759
+
### Docker:"no matching manifest for linux/arm64" on macOS
760
+
761
+
The `latest` tag supports both amd64 and arm64. Pull the latest image:
762
+
763
+
```bash
764
+
docker pull ruvnet/wifi-densepose:latest
765
+
```
766
+
767
+
If you still see this error, your local Docker may have a stale cached manifest. Try:
0 commit comments