Spaces:
Runtime error
Runtime error
File size: 157 Bytes
9dd7d9c |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
# Step a: Install dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 src/data_loader.py &
wait |