Skip to content

Commit c84d7a6

Browse files
committed
unpin packages
1 parent 0316967 commit c84d7a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ RUN pip install --no-cache-dir -U \
305305
seaborn \
306306
shap \
307307
cloudpickle \
308-
"langcodes<=3.5.0"
308+
langcodes
309309

310310
# Copy workaround script for incorrect hostname
311311
COPY changehostname.c /

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ WORKDIR /
252252
# Install SM packages
253253
RUN pip install --no-cache-dir -U \
254254
# address package regression caused by smclarify depedency s3fs"
255-
"awscli<1.42.50" \
256-
"boto3<1.40.50" \
255+
awscli \
256+
boto3 \
257257
smclarify \
258258
"sagemaker>2.256,<3" \
259259
sagemaker-experiments \
@@ -273,7 +273,7 @@ RUN pip install --no-cache-dir -U \
273273
scikit-learn \
274274
seaborn \
275275
cloudpickle \
276-
"langcodes<=3.5.0"
276+
langcodes
277277

278278
COPY setup_oss_compliance.sh setup_oss_compliance.sh
279279
RUN bash setup_oss_compliance.sh ${PYTHON} && rm setup_oss_compliance.sh

0 commit comments

Comments
 (0)