File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pytorch/training/docker/2.7/py3 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ RUN pip install --no-cache-dir -U torch==${PYTORCH_VERSION} \
327327
328328# Install SM packages
329329RUN pip install --no-cache-dir -U \
330- # address package regression caused by smclarify depedency s3fs"
330+ # address package regression caused by smclarify depedency s3fs"
331331 "awscli<=1.42.61" \
332332 "boto3<=1.40.61" \
333333 smclarify \
Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ RUN chmod +x /usr/local/bin/start_with_right_hostname.sh
199199# Install SM packages
200200RUN pip install --no-cache-dir -U \
201201 # address package regression caused by smclarify depedency s3fs"
202- "awscli<=1.42.60 " \
203- "boto3<=1.40.60 " \
202+ "awscli<=1.42.61 " \
203+ "boto3<=1.40.61 " \
204204 smclarify \
205205 "sagemaker>=2.9.0,<3" \
206206 "sagemaker-experiments<1" \
You can’t perform that action at this time.
0 commit comments