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...
af94525
Docling-UI
/
setup-cpu-optimization.sh
oburnsy22
added scripts for running and setting up cpu optimization
af94525
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