Spaces:
Sleeping
Sleeping
revert run script
Browse files
run.sh
CHANGED
|
@@ -2,4 +2,4 @@
|
|
| 2 |
|
| 3 |
#keras is not used, but for some reason, it's imported somewhere and crashes if this is not specified
|
| 4 |
export KERAS_BACKEND=torch
|
| 5 |
-
apptainer exec -B /scratch --env PYTHONPATH=`pwd`:`pwd`/mltau --nv /home/software/singularity/pytorch.simg\:2025-09-01 "$@"
|
|
|
|
| 2 |
|
| 3 |
#keras is not used, but for some reason, it's imported somewhere and crashes if this is not specified
|
| 4 |
export KERAS_BACKEND=torch
|
| 5 |
+
apptainer exec -B /scratch/persistent,/local,/home/laurits/,/home/norman --env PYTHONPATH=`pwd`:`pwd`/mltau --nv /home/software/singularity/pytorch.simg\:2025-09-01 "$@"
|