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 \
110110 mpi4py==3.0.3 \
111111 opencv-python==4.2.0.32 \
112112 "cryptography>=2.3" \
113- "sagemaker-tensorflow>=2.0 ,<2.1 " \
113+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
114114 # Let's install TensorFlow separately in the end to avoid
115115 # the library version to be overwritten
116116 && ${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 \
143143 mpi4py==3.0.3 \
144144 opencv-python==4.2.0.32 \
145145 "cryptography>=2.3" \
146- "sagemaker-tensorflow>=2.0 ,<2.1 " \
146+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
147147 # Let's install TensorFlow separately in the end to avoid
148148 # the library version to be overwritten
149149 && ${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 \
109109 awscli \
110110 mpi4py==3.0.3 \
111111 opencv-python==4.2.0.32 \
112- "sagemaker-tensorflow>=2.0 ,<2.1 " \
112+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
113113 # Let's install TensorFlow separately in the end to avoid
114114 # the library version to be overwritten
115115 && ${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 \
153153 awscli \
154154 mpi4py==3.0.3 \
155155 opencv-python==4.2.0.32 \
156- "sagemaker-tensorflow>=2.0 ,<2.1 " \
156+ "sagemaker-tensorflow>=2.1 ,<2.2 " \
157157 # Let's install TensorFlow separately in the end to avoid
158158 # the library version to be overwritten
159159 && ${PIP} install --no-cache-dir -U \
You can’t perform that action at this time.
0 commit comments