Spaces:
Configuration error
Configuration error
File size: 142 Bytes
af94525 |
1 2 3 4 5 6 7 |
#!/bin/bash
# Install uv if not already available
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv sync --extra cpu |