Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
quinnz
/
openclaw
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openclaw
/
scripts
/
sandbox-setup.sh
quinnz
change port 18789 to 7860
3509093
3 months ago
raw
Copy download link
history
blame
contribute
delete
167 Bytes
#!/usr/bin/env bash
set
-euo pipefail
IMAGE_NAME=
"openclaw-sandbox:bookworm-slim"
docker build -t
"
${IMAGE_NAME}
"
-f Dockerfile.sandbox .
echo
"Built
${IMAGE_NAME}
"