Skip to content

Commit 0b74797

Browse files
committed
Fix python version
1 parent af6de0f commit 0b74797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deep-learning-training-gpu/serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
service: DeepLearningTrainingBatchGPUTest
1+
service: DeepLearningTrainingBatchGPU
22

33
frameworkVersion: ">=3.0.0"
44

55
provider:
66
name: aws
77
region: us-east-1
8-
runtime: python3.6
8+
runtime: python3.8
99
memorySize: 128
1010
timeout: 10
1111
iamRoleStatements:

0 commit comments

Comments
 (0)