File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ RUN ${PIP} install --no-cache-dir -U \
110
110
mpi4py==3.0.3 \
111
111
opencv-python==4.2.0.32 \
112
112
"cryptography>=2.3" \
113
- "sagemaker-tensorflow>=2.0 ,<2.1 " \
113
+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
114
114
# Let's install TensorFlow separately in the end to avoid
115
115
# the library version to be overwritten
116
116
&& ${PIP} install --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ RUN ${PIP} install --no-cache-dir -U \
143
143
mpi4py==3.0.3 \
144
144
opencv-python==4.2.0.32 \
145
145
"cryptography>=2.3" \
146
- "sagemaker-tensorflow>=2.0 ,<2.1 " \
146
+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
147
147
# Let's install TensorFlow separately in the end to avoid
148
148
# the library version to be overwritten
149
149
&& ${PIP} install --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ RUN ${PIP} install --no-cache-dir -U \
109
109
awscli \
110
110
mpi4py==3.0.3 \
111
111
opencv-python==4.2.0.32 \
112
- "sagemaker-tensorflow>=2.0 ,<2.1 " \
112
+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
113
113
# Let's install TensorFlow separately in the end to avoid
114
114
# the library version to be overwritten
115
115
&& ${PIP} install --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ RUN ${PIP} install --no-cache-dir -U \
153
153
awscli \
154
154
mpi4py==3.0.3 \
155
155
opencv-python==4.2.0.32 \
156
- "sagemaker-tensorflow>=2.0 ,<2.1 " \
156
+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
157
157
# Let's install TensorFlow separately in the end to avoid
158
158
# the library version to be overwritten
159
159
&& ${PIP} install --no-cache-dir -U \
You can’t perform that action at this time.
0 commit comments