Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit b22ebd6

Browse files
ndeloofchris-crone
andauthored
minor error improvement to match AWS docs
Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Chris Crone <[email protected]>
1 parent 101e155 commit b22ebd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/gpu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func guessMachineType(project *types.Project) (string, error) {
9292
filter(func(m machine) bool {
9393
return m.gpus >= requirements.gpus
9494
}).
95-
firstOrError("none of the AWS p3 machines match requirement for memory:%d cpu:%f gpus:%d", requirements.memory, requirements.cpus, requirements.gpus)
95+
firstOrError("none of the Amazon EC2 P3 instance types meet the requirements for memory:%d cpu:%f gpus:%d", requirements.memory, requirements.cpus, requirements.gpus)
9696
if err != nil {
9797
return "", err
9898
}

0 commit comments

Comments
 (0)