Skip to content

Commit 085997f

Browse files
authored
Eric update gpu error text (#855)
* update no quota error to link to docs * fix wording
1 parent 618955f commit 085997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/cli/client/byoc/aws/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type QuotaClientAPI interface {
2222
var quotaClient QuotaClientAPI
2323

2424
var ErrAWSNoConnection = errors.New("no connect to AWS service quotas")
25-
var ErrGPUQuotaZero = errors.New("GPU quota is 0, no GPUs allowed")
25+
var ErrGPUQuotaZero = errors.New("no GPUs enabled. To resolve see https://docs.defang.io/docs/tutorials/deploy-with-gpu")
2626
var ErrNoQuotasReceived = errors.New("no service quotas received")
2727

2828
func NewServiceQuotasClient(ctx context.Context, cfg aws.Config) *servicequotas.Client {

0 commit comments

Comments
 (0)