File size: 95 Bytes
1af4cba
 
 
 
1
2
3
4
5
#!/usr/bin/env bash
# Simple alias for the main entrypoint
cd /app
exec ./run_training.sh "$@"