Skip to content

Commit 5a0530f

Browse files
Dan ChoiChoiByungWook
authored andcommitted
feature: add py36 as valid python version for pytorch 1.6.0
1 parent 500bd36 commit 5a0530f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@
288288
},
289289
"1.6.0": {
290290
"py_versions": [
291-
"py3"
291+
"py3",
292+
"py36"
292293
],
293294
"registries": {
294295
"af-south-1": "626614931356",
@@ -568,7 +569,8 @@
568569
},
569570
"1.6.0": {
570571
"py_versions": [
571-
"py3"
572+
"py3",
573+
"py36"
572574
],
573575
"registries": {
574576
"af-south-1": "626614931356",

0 commit comments

Comments
 (0)