File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,12 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
71
71
ARG framework_installable
72
72
ARG framework_support_installable=sagemaker_tensorflow_container-2.0.0.tar.gz
73
73
74
- COPY $framework_installable tensorflow-1.12.0-py2.py3-none-any.whl
74
+ COPY $framework_installable tensorflow-1.12.0-py2.py3-none-any.whl
75
75
COPY $framework_support_installable .
76
76
77
77
RUN pip install --no-cache-dir -U \
78
78
keras==2.2.4 \
79
+ mpi4py==3.0.1 \
79
80
"sagemaker-tensorflow>=1.12,<1.13" && \
80
81
# Let's install TensorFlow separately in the end to avoid
81
82
# the library version to be overwritten
@@ -89,4 +90,4 @@ RUN pip install --no-cache-dir -U \
89
90
markdown \
90
91
tensorboard
91
92
92
- ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
93
+ ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ COPY $framework_support_installable .
112
112
113
113
RUN pip install --no-cache-dir -U \
114
114
keras==2.2.4 \
115
+ mpi4py==3.0.1 \
115
116
$framework_support_installable \
116
117
"sagemaker-tensorflow>=1.12,<1.13" \
117
118
# Let's install TensorFlow separately in the end to avoid
You can’t perform that action at this time.
0 commit comments