runPython.sh 94 B

1234
  1. #!/bin/bash
  2. . ~/venv/nnUNet/bin/activate
  3. nohup python $@ 0<&- &> $HOME/logs/runPython.log &