File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pytorch/training/docker/2.8/py3 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
311311COPY changehostname.c /
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ WORKDIR /
252252# Install SM packages
253253RUN 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
278278COPY setup_oss_compliance.sh setup_oss_compliance.sh
279279RUN bash setup_oss_compliance.sh ${PYTHON} && rm setup_oss_compliance.sh
You can’t perform that action at this time.
0 commit comments