We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53562c5 commit f73303eCopy full SHA for f73303e
docker/1.11.0/final/py2/Dockerfile.cpu
@@ -52,7 +52,7 @@ RUN pip install --no-cache-dir \
52
\
53
$framework_installable \
54
$framework_support_installable \
55
- "sagemaker-tensorflow>=1.10,<1.11" && \
+ "sagemaker-tensorflow>=1.11,<1.12" && \
56
57
rm $framework_installable && \
58
rm $framework_support_installable && \
docker/1.11.0/final/py2/Dockerfile.gpu
@@ -81,7 +81,7 @@ RUN pip install --no-cache-dir \
81
82
83
84
85
86
87
0 commit comments