Spaces:
Build error
Build error
File size: 161 Bytes
afb333e | 1 2 3 4 5 6 7 8 | #!/bin/bash
# Install torch and torchvision first
pip install -r requirements-torch.txt
# Install the rest of the dependencies
pip install -r requirements.txt
|