Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Roblox
/
cube3d-interactive
like
173
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
jxwang1
commited on
Mar 20, 2025
Commit
5e9b2d2
·
1 Parent(s):
6d250b3
add setup
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
git clone https://github.com/Roblox/cube.git
3
+
cd cube
4
+
pip install .[meshlab]