Spaces:
Runtime error
Runtime error
d'oh. Using python syntax in bash.
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -31,7 +31,7 @@ done || {
|
|
| 31 |
#python /failed_run.py --run_dir $run_dir --model_name $backend_model --logs_name $logs_name
|
| 32 |
}
|
| 33 |
|
| 34 |
-
|
| 35 |
python /upload_run_folder.py /runs
|
| 36 |
|
| 37 |
if [ -s $run_dir/error.log ]; then
|
|
|
|
| 31 |
#python /failed_run.py --run_dir $run_dir --model_name $backend_model --logs_name $logs_name
|
| 32 |
}
|
| 33 |
|
| 34 |
+
echo "Seeing what happens when we upload the /runs folder."
|
| 35 |
python /upload_run_folder.py /runs
|
| 36 |
|
| 37 |
if [ -s $run_dir/error.log ]; then
|