Skip to content
Snippets Groups Projects
run_repro_in_background.sh 103 B
#!/bin/bash
dvc repro > repro.log 2>&1 &
#python -u experiment/earnings/pipeline.py > repro.log 2>&1 &