File size: 73 Bytes
1f47b06
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -e

python scripts/download_models.py

exec "$@"