Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TheJackBright
/
polyguard-openenv-workbench
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
polyguard-openenv-workbench
/
polyguard-rl
/
scripts
/
bootstrap_frontend.sh
TheJackBright
Deploy GitHub root master to Space
c296d62
12 days ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
#!/usr/bin/env bash
set
-euo pipefail
cd
"
$(dirname
"
$0
"
)
/../app/ui/frontend"
npm install
echo
"frontend_ready"