Spaces:
Paused
Paused
Commit
·
927cb42
1
Parent(s):
adae728
Auto-commit: docker-commands.md updated
Browse files- docker-commands.md +5 -1
docker-commands.md
CHANGED
|
@@ -26,7 +26,11 @@ docker run -it -p 7860:7860 --platform=linux/amd64 \
|
|
| 26 |
# 5. Run in background (daemon mode)
|
| 27 |
docker run -d -p 7860:7860 --platform=linux/amd64 --name openmanus openmanus-local
|
| 28 |
|
| 29 |
-
# 6. Run from HuggingFace registry
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
| 31 |
registry.hf.space/speedofmastery-agnt:latest
|
| 32 |
|
|
|
|
| 26 |
# 5. Run in background (daemon mode)
|
| 27 |
docker run -d -p 7860:7860 --platform=linux/amd64 --name openmanus openmanus-local
|
| 28 |
|
| 29 |
+
# 6. Run from HuggingFace registry - NEW HHH SPACE
|
| 30 |
+
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
| 31 |
+
registry.hf.space/speedofmastery-hhh:latest
|
| 32 |
+
|
| 33 |
+
# 6b. Run from old agnt space (backup)
|
| 34 |
docker run -it -p 7860:7860 --platform=linux/amd64 \
|
| 35 |
registry.hf.space/speedofmastery-agnt:latest
|
| 36 |
|