We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d255d84 commit dc2a851Copy full SHA for dc2a851
1 file changed
scripts/job.sh
@@ -15,8 +15,8 @@ echo "GIT_COMMIT=${GIT_COMMIT:?GIT_COMMIT is not set. Use 'cluv submit' to submi
15
srun --ntasks-per-node=1 --ntasks=$SLURM_NNODES --input=all bash -e <<END
16
cd $SLURM_TMPDIR
17
git clone $project_root
18
-git checkout --detach $GIT_COMMIT
19
cd $SLURM_TMPDIR/cluv
+git checkout --detach $GIT_COMMIT
20
exec uv sync
21
END
22
0 commit comments