Skip to content

Commit 6a4ddbb

Browse files
authored
update sagemaker-tensorflow version to 2.1 (#300)
1 parent c40006c commit 6a4ddbb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/2.1.0/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/2.1.0/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/2.1.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

docker/2.1.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)