Skip to content

Commit

Permalink
chore: set default image for all containers if not specified (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanmingCobble authored and djanicekpach committed Feb 29, 2024
1 parent 11bd66a commit 623ef9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/slurmcluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ fi

if [[ -n $DEFAULTIMAGE ]]; then
OPT_DEFAULTIMAGE=$DEFAULTIMAGE
else
OPT_DEFAULTIMAGE=determinedai/environments:cuda-11.3-pytorch-1.12-tf-2.8-gpu-9d07809
fi

if [[ -n $SLOTTYPE ]]; then
Expand Down

0 comments on commit 623ef9a

Please sign in to comment.