Преглед изворни кода

Splitting runPython.sh to runPythonnnUNet.sh to use with nnUNet code

Andrej Studen пре 3 година
родитељ
комит
ab22d0e9bf
2 измењених фајлова са 4 додато и 1 уклоњено
  1. 0 1
      pythonScripts/runPython.sh
  2. 4 0
      pythonScripts/runPythonnnUNet.sh

+ 0 - 1
pythonScripts/runPython.sh

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

+ 4 - 0
pythonScripts/runPythonnnUNet.sh

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