Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CerealDev
/
Docling-UI
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb9a7a3
Docling-UI
/
setup-cpu-optimization.sh
oburnsy22
updated scripts
eb9a7a3
5 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
#!/bin/bash
# Install uv if not already available
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv
sync
--extra cpu