We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55741dc commit 651fe08Copy full SHA for 651fe08
1 file changed
ci/aws-codebuild-gpu.yml
@@ -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