Files
2023-02-10 22:53:40 +01:00

10 lines
107 B
Bash
Executable File

#!/bin/bash
text-generation-launcher &
/opt/miniconda/envs/worker/bin/python /worker &
wait -n
exit $?