Skip to content

Commit fa90058

Browse files
DevakiBolleneniDevakiBolleneni
andauthored
Fix Tests for PT 2.8 Training SM (aws#5526)
* Fix Package Regression for langcodes * revert toml --------- Co-authored-by: DevakiBolleneni <devakib@amazon.com>
1 parent 3f71458 commit fa90058

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pytorch/training/docker/2.8/py3/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ RUN pip install --no-cache-dir -U \
299299
scikit-learn \
300300
seaborn \
301301
shap \
302-
cloudpickle
302+
cloudpickle \
303+
"langcodes<=3.5.0"
303304

304305
# Copy workaround script for incorrect hostname
305306
COPY changehostname.c /

pytorch/training/docker/2.8/py3/cu129/Dockerfile.gpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ RUN pip install --no-cache-dir -U \
267267
shap \
268268
scikit-learn \
269269
seaborn \
270-
cloudpickle
270+
cloudpickle \
271+
"langcodes<=3.5.0"
271272

272273
COPY setup_oss_compliance.sh setup_oss_compliance.sh
273274
RUN bash setup_oss_compliance.sh ${PYTHON} && rm setup_oss_compliance.sh

0 commit comments

Comments
 (0)