Skip to content

Commit 108457d

Browse files
decrease version sm tf training
1 parent 3eac888 commit 108457d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

tensorflow/training/docker/2.18/py3/Dockerfile.cpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ RUN ${PIP} install --no-cache-dir -U \
264264
"tensorflow-datasets==4.9.7"
265265

266266
RUN $PYTHON -m pip install --no-cache-dir -U \
267-
numba==0.60.0 \
267+
numba==0.61.0 \
268268
bokeh \
269269
imageio \
270-
opencv-python==4.8.0.76 \
270+
opencv-python \
271271
plotly \
272272
seaborn \
273273
shap \
274-
numpy==1.23.5
274+
numpy
275275

276276
RUN $PYTHON -m pip install --no-cache-dir -U \
277277
"sagemaker<3"
@@ -280,7 +280,7 @@ RUN $PYTHON -m pip install --no-cache-dir -U \
280280
sagemaker-experiments==0.1.45
281281

282282
RUN $PYTHON -m pip install --no-cache-dir -U \
283-
sagemaker-training==4.8.3
283+
sagemaker-training
284284

285285
RUN $PYTHON -m pip install --no-cache-dir -U \
286286
sagemaker-tensorflow-training==20.4.1

tensorflow/training/docker/2.18/py3/Dockerfile.sagemaker.cpu.core_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version_specifier": "<3.0"
77
},
88
"protobuf": {
9-
"version_specifier": "==3.20.3"
9+
"version_specifier": ">=3.20.3"
1010
},
1111
"pyyaml": {
1212
"version_specifier": ">=6.0,<6.1"
@@ -18,7 +18,7 @@
1818
"version_specifier": "==20.4.1"
1919
},
2020
"sagemaker-training": {
21-
"version_specifier": "==4.8.3"
21+
"version_specifier": ">=4.8.3"
2222
},
2323
"sagemaker-studio-analytics-extension": {
2424
"version_specifier": "<1"

tensorflow/training/docker/2.18/py3/cu125/Dockerfile.gpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ RUN ${PIP} install --no-cache-dir -U \
367367
"tensorflow-datasets==4.9.7"
368368

369369
RUN $PYTHON -m pip install --no-cache-dir -U \
370-
numba==0.60.0 \
370+
numba==0.61.0 \
371371
bokeh \
372372
imageio \
373-
opencv-python==4.8.0.76 \
373+
opencv-python \
374374
plotly \
375375
seaborn \
376376
shap \
377-
numpy==1.23.5
377+
numpy
378378

379379
RUN $PYTHON -m pip install --no-cache-dir -U \
380380
"sagemaker<3"
@@ -383,7 +383,7 @@ RUN $PYTHON -m pip install --no-cache-dir -U \
383383
sagemaker-experiments==0.1.45
384384

385385
RUN $PYTHON -m pip install --no-cache-dir -U \
386-
sagemaker-training==4.8.3
386+
sagemaker-training
387387

388388
RUN $PYTHON -m pip install --no-cache-dir -U \
389389
sagemaker-tensorflow-training==20.4.1

tensorflow/training/docker/2.18/py3/cu125/Dockerfile.sagemaker.gpu.core_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version_specifier": "<3.0"
77
},
88
"protobuf": {
9-
"version_specifier": "==3.20.3"
9+
"version_specifier": ">=3.20.3"
1010
},
1111
"pyyaml": {
1212
"version_specifier": ">=6.0,<6.1"
@@ -18,7 +18,7 @@
1818
"version_specifier": "==20.4.1"
1919
},
2020
"sagemaker-training": {
21-
"version_specifier": "==4.8.3"
21+
"version_specifier": ">=4.8.3"
2222
},
2323
"sagemaker-studio-analytics-extension": {
2424
"version_specifier": "<1"

0 commit comments

Comments
 (0)