Skip to content

Commit 651fe08

Browse files
committed
even more info
1 parent 55741dc commit 651fe08

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ci/aws-codebuild-gpu.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
AWSTemplateFormatVersion: 2010-09-09
2+
Description: A sample template
3+
Resources:
4+
MyEC2Instance:
5+
Type: AWS::CodeBuild::Project
6+
Properties:
7+
Name: "Tmp2"
8+
Description: "This is a temporary Codebuild project for GPU testing"
9+
ServiceRole: arn:aws:iam::869171547451:role/CodeBuildServiceRole
10+
Artifacts:
11+
Type: NO_ARTIFACTS
12+
Source:
13+
Type: GITHUB
14+
Location: https://github.com/RoboVerseOrg/RoboVerse
15+
GitCloneDepth: 1
16+
Environment:
17+
Type: LINUX_GPU_CONTAINER
18+
ComputeType: BUILD_GENERAL1_SMALL
19+
Image: aws/codebuild/standard:7.0
20+
PrivilegedMode: true

0 commit comments

Comments
 (0)