Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-e-tabaska committed May 30, 2024
1 parent 8b6ef63 commit 832f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/bc_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ Resources:
GpuEnabled: "True"
MaxvCpus: !Ref MaxvCpus
MinvCpus: !Ref MinvCpus
QueueName: "!Sub ${AWS::StackName}-spot-gpu-queue"
QueueName: !Sub "${AWS::StackName}-spot-gpu-queue"
RequestType: "Spot"
RootVolumeSize: !Ref RootVolumeSize
ScratchVolumeSize: !Ref ScratchVolumeSize
Expand Down

0 comments on commit 832f424

Please sign in to comment.