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 EmilyBonar committed Jul 20, 2023
1 parent 254f2df commit 056ad03
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 056ad03

Please sign in to comment.